Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
randombanners
Commits
d8613d03
Commit
d8613d03
authored
Apr 20, 2020
by
Marco Huber
Browse files
[TASK] Move all TCA related stuff to TCA files
parent
f447e467
Changes
2
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/tx_randombanners_domain_model_banner.php
View file @
d8613d03
<?php
defined
(
'TYPO3_MODE'
)
or
die
();
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
allowTableOnStandardPages
(
'tx_randombanners_domain_model_banner'
);
return
[
'ctrl'
=>
[
'title'
=>
'LLL:EXT:randombanners/Resources/Private/Language/locallang_db.xlf:tx_randombanners_domain_model_banner'
,
...
...
ext_tables.php
deleted
100644 → 0
View file @
f447e467
<?php
defined
(
'TYPO3_MODE'
)
||
die
();
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
allowTableOnStandardPages
(
'tx_randombanners_domain_model_banner'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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