locale_test.schema.yml
Same filename in other branches
File
-
core/
modules/ locale/ tests/ modules/ locale_test/ config/ schema/ locale_test.schema.yml
View 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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.