Skip to content
content_moderation.schema.yml 923 B
Newer Older
views.filter.latest_revision:
  type: views_filter
  label: 'Latest revision'
content_moderation.state:
  type: workflows.state
  mapping:
    published:
      type: boolean
      label: 'Is published'
    default_revision:
      type: boolean
      label: 'Is default revision'

workflow.type_settings.content_moderation:
      sequence:
        type: workflows.transition
        label: 'Transitions'
        type: sequence
        label: 'Bundles'
        sequence:
          type: string
          label: 'Bundle ID'