-
-
Notifications
You must be signed in to change notification settings - Fork 211
Code Snippets
Gilbertsoft edited this page Dec 5, 2019
·
3 revisions
Sample to change the frame margins via TypoScript constants:
plugin.bootstrap_package.settings.scss.frame-inner-spacing-scaling = (lg: 1, xl: 1.25)
Sample to change the MenuProcessor configuration via TypoScript setup:
[page["uid"] == 1]
tt_content.menu_card_dir.dataProcessing.20.maxItems = 4
[GLOBAL]