You are here

embed_test.schema.yml in Embed 8

tests/embed_test/config/schema/embed_test.schema.yml

File

tests/embed_test/config/schema/embed_test.schema.yml
View source
  1. # Schema for the configuration files of the Embed test module.
  2. embed.embed_type_settings.embed_test_animal:
  3. type: mapping
  4. label: 'Schema for the animal embed type additions to an embed button entity'
  5. mapping:
  6. animal_type:
  7. type: string
  8. label: 'Animal type'
  9. allowed_vertebrates:
  10. type: sequence
  11. label: 'Allowed vertebrates'
  12. sequence:
  13. type: string
  14. label: 'Vertibrate type'
  15. embed.embed_type_settings.embed_test_aircraft:
  16. type: mapping
  17. label: 'Schema for the embed_test_validation embed type additions to an embed button entity'
  18. mapping:
  19. aircraft_type:
  20. type: string
  21. label: 'Airplane type'
  22. embed.embed_type_settings.embed_test_default:
  23. type: mapping
  24. label: 'Schema for the embed_test_default embed type additions to an embed button entity'