User Tools

Site Tools


typo3_sitepackage_contentelements

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
typo3_sitepackage_contentelements [2018/09/27 13:42] admintypo3_sitepackage_contentelements [2018/09/28 07:53] (current) admin
Line 121: Line 121:
  
 You'll find all available CEs in ''typo3/sysext/fluid_styled_content/Configuration/TypoScript/ContentElement/''. You'll find all available CEs in ''typo3/sysext/fluid_styled_content/Configuration/TypoScript/ContentElement/''.
 +
 +==== Config field for certain cType ====
 +
 +<code php>
 +$GLOBALS['TCA']['tt_content']['types']['CTYPE_NAME']['columnsOverrides']['image']['config']['maxitems'] = 3;
 +$GLOBALS['TCA']['tt_content']['types']['CTYPE_NAME']['columnsOverrides']['image']['config']['minitems'] = 3;
 +</code>
  
typo3_sitepackage_contentelements.1538055728.txt.gz · Last modified: 2018/09/27 13:42 by admin