Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_vimeo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_vimeo
Commits
f6a6bc0b
Commit
f6a6bc0b
authored
3 years ago
by
Matthias Adrowski
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Add TYPO3 Constants + guards
parent
f25fc574
No related branches found
No related tags found
1 merge request
!3
Feature upgrade to typo3 11
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Configuration/TCA/Overrides/sys_template.php
+1
-1
1 addition, 1 deletion
Configuration/TCA/Overrides/sys_template.php
Configuration/TCA/Overrides/tt_content.php
+1
-1
1 addition, 1 deletion
Configuration/TCA/Overrides/tt_content.php
ext_localconf.php
+1
-3
1 addition, 3 deletions
ext_localconf.php
with
3 additions
and
5 deletions
Configuration/TCA/Overrides/sys_template.php
+
1
−
1
View file @
f6a6bc0b
<?php
defined
(
'TYPO3'
)
or
die
();
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addStaticFile
(
'sg_vimeo'
,
'Configuration/TypoScript'
,
...
...
This diff is collapsed.
Click to expand it.
Configuration/TCA/Overrides/tt_content.php
+
1
−
1
View file @
f6a6bc0b
<?php
defined
(
'TYPO3'
)
or
die
();
$GLOBALS
[
'TCA'
][
'tt_content'
][
'types'
][
'list'
][
'subtypes_addlist'
][
'sgvimeo_vimeo'
]
=
'pi_flexform'
;
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addPiFlexFormValue
(
'sgvimeo_vimeo'
,
...
...
This diff is collapsed.
Click to expand it.
ext_localconf.php
+
1
−
3
View file @
f6a6bc0b
...
...
@@ -24,9 +24,7 @@
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
if
(
!
defined
(
'TYPO3'
))
{
die
(
'Access denied.'
);
}
defined
(
'TYPO3'
)
or
die
();
\TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
configurePlugin
(
'SgVimeo'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment