content_moderation.schema.yml 782 B

1234567891011121314151617181920212223242526272829303132333435
  1. content_moderation.state:
  2. type: workflows.state
  3. mapping:
  4. published:
  5. type: boolean
  6. label: 'Is published'
  7. default_revision:
  8. type: boolean
  9. label: 'Is default revision'
  10. workflow.type_settings.content_moderation:
  11. type: mapping
  12. mapping:
  13. states:
  14. type: sequence
  15. label: 'Content moderation states'
  16. orderby: key
  17. sequence:
  18. type: content_moderation.state
  19. label: 'States'
  20. transitions:
  21. type: sequence
  22. orderby: key
  23. sequence:
  24. type: workflows.transition
  25. label: 'Transitions'
  26. entity_types:
  27. type: sequence
  28. label: 'Entity types'
  29. sequence:
  30. type: sequence
  31. label: 'Bundles'
  32. sequence:
  33. type: string
  34. label: 'Bundle ID'