lightning_workflow.schema.yml in Lightning Workflow 8
Same filename and directory in other branches
config/schema/lightning_workflow.schema.yml
File
config/schema/lightning_workflow.schema.ymlView source
- node.type.*.third_party.lightning_workflow:
- type: mapping
- label: 'Lightning Workflow settings'
- mapping:
- workflow:
- type: string
- label: 'Workflow ID'
-
- # This is used only by lightning_scheduled_updates, but for some reason the
- # config schema checker cannot see config schema defined in sub-components.
- # So, we need to do it here instead. Go figure!
- node.type.*.third_party.lightning_scheduled_updates:
- type: mapping
- label: 'Lightning Scheduled Updates settings'
- mapping:
- embargo:
- type: boolean
- label: 'Enable embargo for this node type'