locale_test.schema.yml in Drupal 8
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\Tests\locale\Kernel\LocaleConfigSubscriberTest
- translatable: true
-
- locale_test.translation:
- type: config_object
- label: 'translation settings'
- mapping:
- test:
- type: string
- label: 'Test'
- # See \Drupal\Tests\locale\Kernel\LocaleConfigSubscriberTest
- translatable: true
-
- locale_test.translation_multiple:
- type: config_object
- label: 'translation settings'
- mapping:
- test:
- type: string
- label: 'Test'
- # See \Drupal\Tests\locale\Kernel\LocaleConfigSubscriberTest
- translatable: true
- test_multiple:
- type: mapping
- label: 'Multiple settings'
- mapping:
- string:
- type: string
- label: 'A string'
- translatable: true
- another_string:
- type: string
- label: 'Another string'
- translatable: true
- test_after_multiple:
- type: boolean
- label: 'Test after multiple'
- test_after_multiple:
- type: mapping
- label: 'Test after multiple settings'
- mapping:
- string:
- type: string
- label: 'A string'
- translatable: true
- another_string:
- type: string
- label: 'Another string'
- translatable: true