X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fpermissions_by_term%2Fconfig%2Fschema%2Fpermissions_by_term.schema.yml;fp=web%2Fmodules%2Fcontrib%2Fpermissions_by_term%2Fconfig%2Fschema%2Fpermissions_by_term.schema.yml;h=b6613d0788a61a626d050b0fa63ce760268a453b;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/web/modules/contrib/permissions_by_term/config/schema/permissions_by_term.schema.yml b/web/modules/contrib/permissions_by_term/config/schema/permissions_by_term.schema.yml new file mode 100644 index 000000000..b6613d078 --- /dev/null +++ b/web/modules/contrib/permissions_by_term/config/schema/permissions_by_term.schema.yml @@ -0,0 +1,22 @@ +# Schema for the configuration files of the Config Entity Example module. + +# This schema tells the config system how to read our config YML files. +# See for example the file config/config_entity_example.robot.marvin.yml, which +# contains our default config entity. + +# Documentation for schema files like this one is located here: +# https://drupal.org/node/1905070 + +permissions_by_term.settings.*: + type: mapping + label: 'Settings' + mapping: + id: + type: string + label: 'Id' + value: + type: boolean + label: 'Value' + langcode: + type: string + label: 'Default language' \ No newline at end of file