configuration - TCA Language Selection in TYPO3 7.6 -


i created own ce in typo3 6 , options "language", "columns", "before", ... , , "index" in general tab when open ce in backend.

but updated typo3 7.6 , not listed options. when use extension "compatibility6" see them.

here tca configuration:

// backend configuration     $tca['tt_content']['types'][$pluginsignature]['showitem'] = '     ctype;;4;button;1-1-1, header;' . $locallangxml . ':header,     --div--;' . $locallangxml . ':tabs.plugin,pi_flexform;' . $locallangxml . ':header.plugin,     --div--;' . $locallangxml . ':tabs.plugin,pi_flexform_ctype;;;;1-1-1,     --div--;lll:ext:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group, colpos, l18n_parent,l18n_diffsource, backupcolpos,     tx_gridelements_backend_layout,tx_gridelements_children,tx_gridelements_container,tx_gridelements_columns'; 

finally screens show problem.

typo3 7.6 installed extension "compatibility6"

with installed extension

typo3 7.6 without extension. important features missing! how them back?

without extension

you using palettes have been removed core , have been migrated extension compatibility6. check out https://github.com/friendsoftypo3/compatibility6/blob/master/configuration/tca/overrides/tt_content.php#l167-l192 example.

so instead of using ;;4 can use ;;general or copy palettes compabiltity6 ext own own.


Comments