11. 03. 2014, 14:01
Hallo Community,
ist es möglich die Plugin Settings von tx_news per TypoScript zu ändern?
Als Defalut ist in den categories maxitems=20 eingestellt.
<!-- Category --> <settings.categories> <TCEforms> <label>LLL:EXT:news/Resources/Private/Language/locallang_be.xml:flexforms_general.categories</label> <config> <type>select</type> <renderMode>tree</renderMode> <treeConfig> <parentField>parentcategory</parentField> <appearance> <expandAll>TRUE</expandAll> <showHeader>TRUE</showHeader> </appearance> </treeConfig> <foreign_table>tx_news_domain_model_category</foreign_table> <foreign_table_where> AND (tx_news_domain_model_category.sys_language_uid = 0 OR tx_news_domain_model_category.l10n_parent = 0) ORDER BY tx_news_domain_model_category.sorting</foreign_table_where> <size>10</size> <autoSizeMax>20</autoSizeMax> <minitems>0</minitems> <maxitems>80</maxitems> </config> </TCEforms> </settings.categories>
Was bedeutet das man in einem News Plugin nicht mehr als 20 anzuzeigende Kategorien einstellen kann.
Ich hatte folgendes per TypoScript probiert:
settings { categories.maxitems = 99 } }
Leider ohne Erfolg...
Hat jemand eine Idee?
grüße
Halion