You are here

lightning_workflow.schema.yml in Lightning Workflow 8

config/schema/lightning_workflow.schema.yml

File

config/schema/lightning_workflow.schema.yml
View source
  1. node.type.*.third_party.lightning_workflow:
  2. type: mapping
  3. label: 'Lightning Workflow settings'
  4. mapping:
  5. workflow:
  6. type: string
  7. label: 'Workflow ID'
  8. # This is used only by lightning_scheduled_updates, but for some reason the
  9. # config schema checker cannot see config schema defined in sub-components.
  10. # So, we need to do it here instead. Go figure!
  11. node.type.*.third_party.lightning_scheduled_updates:
  12. type: mapping
  13. label: 'Lightning Scheduled Updates settings'
  14. mapping:
  15. embargo:
  16. type: boolean
  17. label: 'Enable embargo for this node type'