Appearance
Configuration
The following .env
configuration options are available:
BOXES_RENDER_SCAFFOLDING
By default, the plugin will render a scaffolding that contains useful meta information around every rendered partial.
If you want to disable this scaffolding output and only output the effective partial content, you can set this option to false
.
ini
BOXES_RENDER_SCAFFOLDING=false
BOXES_MAIN_MENU_ORDER
This option lets you define the position of the "Content" menu item created by Boxes in the Backend main menu.
ini
# The lower the number, the more to the left the item appears.
BOXES_MAIN_MENU_ORDER=500
BOXES_DISABLE_REFERENCES
This option lets you disable the default "Reference" partial.
ini
BOXES_DISABLE_REFERENCES=true