You are here

action_example.schema.yml in Examples for Developers 3.x

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'