config_enum_test.schema.yml
Same filename and directory in other branches
File
-
core/
modules/ config/ tests/ config_enum_test/ config/ schema/ config_enum_test.schema.yml
View source
- # Schema for the configuration files of the 'Configuration test for backed enums' module.
-
- config_enum_test.settings:
- type: config_object
- label: 'Configuration system'
- mapping:
- foo:
- type: enum
- enum_class: '\Drupal\config_enum_test\EnumValue'
- label: 'Foo'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.