Skip to content

Commit 7bd401b

Browse files
authored
Merge pull request #66 from b13/davidsteeb-patch-4
Move call of "addStaticFile" to TCA/Overrides
2 parents cf9389d + 20a7d82 commit 7bd401b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// Adding a static template TypoScript configuration from static/ (deprecated)
4+
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('seo_basics', 'static', 'Metatags and XML Sitemap (old), simple replaced by new one');
5+
6+
// Adding the static template for new TypoScript
7+
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('seo_basics', 'Configuration/TypoScript', 'Metatags and XML Sitemap');

ext_tables.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,3 @@
88
null,
99
'LLL:EXT:seo_basics/Resources/Private/Language/db.xml:module.title'
1010
);
11-
12-
13-
// Adding a static template TypoScript configuration from static/ (deprecated)
14-
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('seo_basics', 'static', 'Metatags and XML Sitemap (old), simple replaced by new one');
15-
16-
// Adding the static template for new TypoScript
17-
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('seo_basics', 'Configuration/TypoScript', 'Metatags and XML Sitemap');

0 commit comments

Comments
 (0)