This key represents a boolean value for the hidden key that toggles whether CloudCannon hides an input from view.
When set to true, CloudCannon hides the input from the Data Editor and the sidebar of the Visual Editor or Content Editor. The input still exists in the file and can be edited in the Source Editor.
When set to false, CloudCannon displays the input normally.
By default, this key follows the input naming convention where key names beginning with an underscore are hidden (true). Otherwise, this key defaults to false (i.e., the input is visible).
This key represents a query string value for the hidden key that conditionally hides an input based on another input's value.
The value is a string that references a sibling input key name. CloudCannon evaluates the referenced input's value to determine whether to hide this input.
When the referenced input is truthy, CloudCannon hides this input. You can reverse this behavior by prefixing the string with !.
For reverse values in YAML files, the string should be wrapped in single or double quotation marks.