locale_test.schema.yml in Zircon Profile 8.0
Same filename and directory in other branches
core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.yml
File
core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.ymlView source
- # Schema for the configuration files of the Locale Test module.
-
- locale_test.no_translation:
- type: config_object
- label: 'No traslation settings'
- mapping:
- test:
- type: string
- label: 'Test'
- # See \Drupal\locale\Tests\LocaleConfigSubscriberTest
- translatable: true
-
- locale_test.translation:
- type: config_object
- label: 'translation settings'
- mapping:
- test:
- type: string
- label: 'Test'
- # See \Drupal\locale\Tests\LocaleConfigSubscriberTest
- translatable: true