[TYPO3-german] ext_tables.sql wird ignoriert
Adrian O.
adrian.ohlhausen at googlemail.com
Thu Oct 26 13:26:50 CEST 2017
Hallo Mikel,
das Compare Tool gibt nichts aus, außer eine grüne Box mit "Analyzed current database".
Die Dateien liegen unter typo3conf/ext/testExt
Darin liegen noch die Dateien ext_emconf.php, ext_localconf.php und Configuration/TCA/Overrides/tt_content.php (diese ist aber noch leer).
Der Vollständigkeit halber hänge ich das mal an.
Hoffe das hilft.
Grüße, xola
ext_emconf.php:
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'testExt',
'description' => 'testExt fuer Custom Content Element',
'category' => 'be',
'author' => 'YouKnowMyName',
'author_email' => '',
'state' => 'alpha',
'internal' => '',
'uploadfolder' => '1',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '',
'constraints' => array(
'depends' => array(
'typo3' => '7.6',
),
'conflicts' => array(
),
'suggests' => array(
),
),
);
?>
ext_localconf.php:
<?php
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(
'mod {
wizards.newContentElement.wizardItems.extra {
header = Extra
elements {
myTextOnSlider {
title = testExt
description = testExt fuer Custom Content Element
tt_content_defValues {
CType = testExt
}
}
}
show = *
}
}'
);
?>
More information about the TYPO3-german
mailing list