You are here

scheduled_transitions.schema.yml in Scheduled Transitions 2.x

Same filename and directory in other branches
  1. 8 config/schema/scheduled_transitions.schema.yml
config/schema/scheduled_transitions.schema.yml

File

config/schema/scheduled_transitions.schema.yml
View source
  1. scheduled_transitions.settings:
  2. type: config_object
  3. label: 'Scheduled transition settings'
  4. mapping:
  5. mirror_operations:
  6. type: mapping
  7. mapping:
  8. view scheduled transition:
  9. type: string
  10. label: 'An entity operation. When attempting to view scheduled transitions for an entity, defer access to another operation.'
  11. add scheduled transition:
  12. type: string
  13. label: 'An entity operation. When attempting to add scheduled transitions for an entity, defer access to another operation.'
  14. reschedule scheduled transitions:
  15. type: string
  16. label: 'An entity operation. When attempting to reschedule scheduled transitions for an entity, defer access to another operation.'
  17. automation:
  18. type: mapping
  19. mapping:
  20. cron_create_queue_items:
  21. type: boolean
  22. label: 'Create scheduling jobs in cron'
  23. bundles:
  24. type: sequence
  25. sequence:
  26. type: scheduled_transitions_bundle_config
  27. label: 'Configuration for a entity type/bundle combination'
  28. message_transition_latest:
  29. type: string
  30. label: 'Revision log message used when transitioning latest revision.'
  31. message_transition_historical:
  32. type: string
  33. label: 'Revision log message used when transitioning a non-latest revision.'
  34. message_transition_copy_latest_draft:
  35. type: string
  36. label: 'Revision log message used when shifting a former unpublished revision back on top.'
  37. message_override:
  38. type: boolean
  39. label: 'Whether users are permitted to override revision log templates.'
  40. # Schema for \Drupal\scheduled_transitions\Plugin\views\field\ScheduledTransitionRevisionLinkField plugin.
  41. views.field.scheduled_transitions_revision_link:
  42. type: views_field
  43. label: 'Link to a entity revision'
  44. mapping:
  45. text:
  46. type: label
  47. label: 'Text to display'
  48. scheduled_transitions_bundle_config:
  49. type: mapping
  50. mapping:
  51. entity_type:
  52. type: string
  53. label: 'Entity type ID'
  54. bundle:
  55. type: string
  56. label: 'Bundle ID'