You are here

locale_test.schema.yml in Zircon Profile 8.0

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.yml
View source
  1. # Schema for the configuration files of the Locale Test module.
  2. locale_test.no_translation:
  3. type: config_object
  4. label: 'No traslation settings'
  5. mapping:
  6. test:
  7. type: string
  8. label: 'Test'
  9. # See \Drupal\locale\Tests\LocaleConfigSubscriberTest
  10. translatable: true
  11. locale_test.translation:
  12. type: config_object
  13. label: 'translation settings'
  14. mapping:
  15. test:
  16. type: string
  17. label: 'Test'
  18. # See \Drupal\locale\Tests\LocaleConfigSubscriberTest
  19. translatable: true