config_translation_test.schema.yml

Same filename and directory in other branches
  1. 9 core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml
  2. 8.9.x core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml
  3. 10 core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml
core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml

File

core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml

View source
  1. # Schema for the configuration files of the Configuration translation test module.
  2. config_translation_test.content:
  3. type: config_object
  4. label: 'Content'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'Category identifier'
  9. label:
  10. type: label
  11. label: 'Label'
  12. content:
  13. type: text_format
  14. label: 'Content'
  15. animals:
  16. type: sequence
  17. label: 'Animals'
  18. sequence:
  19. type: label

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.