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
c91e9905
Commit
c91e9905
authored
Mar 15, 2022
by
Thomas Löffler
Browse files
[BUGFIX] Change TYPO3_MODE to TYPO3
parent
45c163b3
Pipeline
#24923
failed with stages
in 1 minute and 43 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/Overrides/sys_template.php
View file @
c91e9905
<?php
defined
(
'TYPO3
_MODE
'
)
or
die
();
defined
(
'TYPO3'
)
or
die
();
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addStaticFile
(
'randombanners'
,
...
...
Configuration/TCA/Overrides/tt_content.php
View file @
c91e9905
<?php
defined
(
'TYPO3
_MODE
'
)
or
die
();
defined
(
'TYPO3'
)
or
die
();
\
TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
registerPlugin
(
'Randombanners'
,
...
...
Configuration/TCA/tx_randombanners_domain_model_banner.php
View file @
c91e9905
<?php
defined
(
'TYPO3
_MODE
'
)
or
die
();
defined
(
'TYPO3'
)
or
die
();
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
allowTableOnStandardPages
(
'tx_randombanners_domain_model_banner'
);
...
...
Write
Preview
Supports
Markdown
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