You are here

cancel_button.schema.yml in Entity Form Cancel Button 8

config/schema/cancel_button.schema.yml

File

config/schema/cancel_button.schema.yml
View source
  1. # Schema for the configuration files of the Cancel Button module.
  2. cancel_button.settings:
  3. type: config_object
  4. label: 'Cancel button settings'
  5. mapping:
  6. entity_type_cancel_destination:
  7. type: sequence
  8. label: 'Default (fallback) destination settings for the Cancel button on Entity forms'
  9. sequence:
  10. type: mapping
  11. label: 'Default settings for the cancel button'
  12. mapping:
  13. path:
  14. type: string
  15. label: 'The default path where the Cancel button will take users to, on entity forms for entity types without specific configuration'
  16. enabled:
  17. type: boolean
  18. label: 'Whether the cancel button is enabled for this entity type'