You are here

custom_publishing_option.schema.yml in Custom Publishing Options 8

config/schema/custom_publishing_option.schema.yml

File

config/schema/custom_publishing_option.schema.yml
View source
  1. custom_pub.custom_publishing_option.*:
  2. type: config_entity
  3. label: 'Custom publishing option config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. description:
  12. type: text
  13. label: 'Description'
  14. uuid:
  15. type: string
  16. publish_under_promote_options:
  17. type: boolean
  18. label: 'Place under "Promote options"'
  19. custom_pub.configuration.set_custom_publishing_option_value:
  20. type: mapping
  21. label: 'Set a custom publish option value on content'
  22. mapping:
  23. option:
  24. type: string
  25. label: 'Custom Publish Option'
  26. value:
  27. type: boolean
  28. label: 'Value'