Skip to content

Commit

Permalink
[BUGFIX] prevent PHP warning when parse PageTs Condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Achim Fritz authored and ochorocho committed Oct 20, 2023
1 parent fb06721 commit 2c56ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

ExtensionManagementUtility::addPageTSConfig(
'
[page["doktype"] == ' . $doktype . ']
[traverse(page, "doktype") == ' . $doktype . ']
TCEFORM.tt_content {
CType {
removeItems = list, shortcut, form_formframework, textmedia, image,header,textpic,bullets,uploads,table,menu_abstract,menu_categorized_content,menu_categorized_pages,menu_pages,menu_subpages,menu_recently_updated,menu_related_pages,menu_section,menu_section_pages,menu_sitemap,menu_sitemap_pages,felogin_login,div,html
Expand Down

0 comments on commit 2c56ee6

Please sign in to comment.