custom_publishing_option.schema.yml in Custom Publishing Options 8
config/schema/custom_publishing_option.schema.yml
File
config/schema/custom_publishing_option.schema.ymlView source
- custom_pub.custom_publishing_option.*:
- type: config_entity
- label: 'Custom publishing option config'
- mapping:
- id:
- type: string
- label: 'ID'
- label:
- type: label
- label: 'Label'
- description:
- type: text
- label: 'Description'
- uuid:
- type: string
- publish_under_promote_options:
- type: boolean
- label: 'Place under "Promote options"'
-
- custom_pub.configuration.set_custom_publishing_option_value:
- type: mapping
- label: 'Set a custom publish option value on content'
- mapping:
- option:
- type: string
- label: 'Custom Publish Option'
- value:
- type: boolean
- label: 'Value'