content_moderation.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/content_moderation/config/schema/content_moderation.schema.yml
  2. 10 core/modules/content_moderation/config/schema/content_moderation.schema.yml
  3. 11.x core/modules/content_moderation/config/schema/content_moderation.schema.yml
core/modules/content_moderation/config/schema/content_moderation.schema.yml

File

core/modules/content_moderation/config/schema/content_moderation.schema.yml

View source
  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'
  35. default_moderation_state:
  36. type: string
  37. label: 'Default moderation state'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.