You are here

config_integration_test.schema.yml in Drupal 8

core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml

File

core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml
View source
  1. # Schema for the configuration files of the Configuration Integration Test module.
  2. config_integration_test.settings:
  3. type: config_object
  4. label: 'Configuration integration test settings'
  5. mapping:
  6. foo:
  7. type: string
  8. label: 'Foo'