04293c85397ee2635b876abd10a0422584558c6f
[yaffs-website] / web / modules / contrib / permissions_by_term / config / schema / permissions_by_term.schema.yml
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
5 # Documentation for schema files like this one is located here:
6 # https://drupal.org/node/1905070
7
8 permissions_by_term.settings.*:
9   type: mapping
10   label: 'Settings'
11   mapping:
12     id:
13       type: string
14       label: 'Id'
15     value:
16       type: boolean
17       label: 'Value'
18     langcode:
19       type: string
20       label: 'Default language'