Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
254661ac
Commit
254661ac
authored
Apr 20, 2019
by
Siddharth Sheth
Browse files
[Ext:t3o_mom - Fix pipline issue]
parent
7e2e5382
Pipeline
#6837
failed with stages
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_mom/Configuration/TCA/Overrides/sys_template.php
View file @
254661ac
...
...
@@ -4,4 +4,4 @@ defined('TYPO3_MODE') || die('Access denied.');
$extKey
=
't3o_mom'
;
// Adding fields to the tt_content table definition in TCA
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addStaticFile
(
$extKey
,
'Configuration/TypoScript'
,
'Typo3 meetingMinutes'
);
\ No newline at end of file
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addStaticFile
(
$extKey
,
'Configuration/TypoScript'
,
'Typo3 meetingMinutes'
);
extensions/t3o_mom/Configuration/TCA/Overrides/tt_content.php
View file @
254661ac
<?php
<?php
defined
(
'TYPO3_MODE'
)
or
die
();
$_EXTKEY
=
't3o_mom'
;
...
...
@@ -6,13 +7,12 @@ $_EXTKEY = 't3o_mom';
/***************
* Plugin
*/
\
TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
registerPlugin
(
\
TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
registerPlugin
(
'T3o.T3oMom'
,
'T3mom'
,
'Meeting'
);
/* Flexform setting */
$pluginSignature
=
't3omom_t3mom'
;
$GLOBALS
[
'TCA'
][
'tt_content'
][
'types'
][
'list'
][
'subtypes_excludelist'
][
$pluginSignature
]
=
'recursive,select_key,pages'
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment