mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-22 11:26:08 +01:00
10 lines
258 B
PHP
10 lines
258 B
PHP
|
<?php
|
||
|
|
||
|
(function (string $extensionKey, string $tableName) {
|
||
|
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile(
|
||
|
$extensionKey,
|
||
|
'Configuration/TypoScript/',
|
||
|
'SkillDisplay'
|
||
|
);
|
||
|
})('skilldisplay', 'sys_template');
|