action_example.schema.yml

Same filename and directory in other branches
  1. 4.0.x modules/action_example/config/schema/action_example.schema.yml
modules/action_example/config/schema/action_example.schema.yml

File

modules/action_example/config/schema/action_example.schema.yml

View source
  1. action.configuration.action_example_basic_action:
  2. type: mapping
  3. label: 'An action that does nothing'
  4. mapping:
  5. status:
  6. type: bool
  7. label: 'Status'
  8. message:
  9. type: text
  10. label: 'Message'