Security update for permissions_by_term
[yaffs-website] / web / modules / contrib / permissions_by_term / config / schema / permissions_by_term.schema.yml
1 # Schema for the configuration files of the Config Entity Example module.
2
3 # This schema tells the config system how to read our config YML files.
4 # See for example the file config/config_entity_example.robot.marvin.yml, which
5 # contains our default config entity.
6
7 # Documentation for schema files like this one is located here:
8 # https://drupal.org/node/1905070
9
10 permissions_by_term.settings.*:
11   type: mapping
12   label: 'Settings'
13   mapping:
14     id:
15       type: string
16       label: 'Id'
17     value:
18       type: boolean
19       label: 'Value'
20     langcode:
21       type: string
22       label: 'Default language'