I have a projectpage.yaml file, extending 'default' — and I want to force new project pages to be set to visible 'disabled' by default when adding new pages with projectpage template...
This is my current .yaml... the custom.Subtitle and the folder.numeric prefix are working fine, but not visibility 'off' setting....
Out of interest, where is the documentation that would tell me how to define / find labels like this label: PLUGIN_ADMIN.VISIBLE
//
YAML
title:projectpage@extends:type:defaultcontext:blueprints://pagesform:fields:tabs:type:tabsactive:1fields:content:type:tab## Add your custom fields here.# These fields will be available in the page's Content tab# inside the Admin Panel.#fields:## subtitle text field#header.custom.Subtitle:type:textlabel:Subtitleform:fields:tabs:fields:advanced:fields:overrides:fields:header.visible:type:togglelabel:PLUGIN_ADMIN.VISIBLEhelp:PLUGIN_ADMIN.VISIBLE_HELPhighlight:1default:1options:1:PLUGIN_ADMIN.DISABLED0:PLUGIN_ADMIN.ENABLEDvalidate:type:boolform:fields:tabs:fields:advanced:fields:columns:fields:column2:fields:ordering:type:togglelabel:PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIXhelp:PLUGIN_ADMIN.FOLDER_NUMERIC_PREFIX_HELPhighlight:1default:1options:1:PLUGIN_ADMIN.ENABLED0:PLUGIN_ADMIN.DISABLEDvalidate:type:bool