You are here

permissions_by_term.schema.yml in Permissions by Term 8

Same filename and directory in other branches
  1. 8.2 config/schema/permissions_by_term.schema.yml
config/schema/permissions_by_term.schema.yml

File

config/schema/permissions_by_term.schema.yml
View source
  1. # This schema tells the config system how to read our config YML files.
  2. # See for example the file config/config_entity_example.robot.marvin.yml, which
  3. # contains our default config entity.
  4. # Documentation for schema files like this one is located here:
  5. # https://drupal.org/node/1905070
  6. permissions_by_term.settings.*:
  7. type: mapping
  8. label: 'Settings'
  9. mapping:
  10. id:
  11. type: string
  12. label: 'Id'
  13. value:
  14. type: boolean
  15. label: 'Value'
  16. langcode:
  17. type: string
  18. label: 'Default language'