You are here

skinr.schema.yml in Skinr 8.2

config/schema/skinr.schema.yml

File

config/schema/skinr.schema.yml
View source
  1. skinr.skin.*:
  2. type: config_entity
  3. label: 'Skin settings'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. element_type:
  12. type: string
  13. label: 'Element type'
  14. element:
  15. type: string
  16. label: 'Element'
  17. theme:
  18. type: string
  19. label: 'Theme'
  20. skin:
  21. type: string
  22. label: 'Skin'
  23. options:
  24. type: sequence
  25. label: 'Options'
  26. sequence:
  27. type: string
  28. label: 'Option'
  29. status:
  30. type: boolean
  31. label: 'Status'