Archived topic
Configure and disable/hide the typography, spacing etc. from a block
1 reply · Started by Harborn on January 3, 2023
Is it possible to hide settings, such as white space, typography and colors, from a content block? I prefer to fix these settings through styling or an action/filter function, so that the client cannot make changes to them.
Through a theme.json I tried to disable these settings, but this does not seem to work.

Hi there,
i believe you can use the snippet Tom provides here:
https://community.generateblocks.com/t/remove-documentation-panels/240
You would need to include the relevant panel IDs in the panels array eg. buttonSpacing, containerSpacing
Let me know