I'm working with a theme that inherits from Quark. I'd like new blog posts to automatically be set to visible: false. I've copied item.yaml to my inherited theme and added the following:
advanced:
fields:
overrides:
fields:
header.visible:
default: 0
In admin, the check box next to the page visibility override is left unchecked as seen in the attached image. Is there a way I can specify that this override should be checked/enabled?
