You are here

custom_meta.schema.yml in Custom Meta 2.0.x

config/schema/custom_meta.schema.yml

File

config/schema/custom_meta.schema.yml
View source
  1. custom_meta.settings:
  2. type: config_object
  3. label: 'Custom meta settings'
  4. mapping:
  5. tag:
  6. type: sequence
  7. sequence:
  8. type: mapping
  9. mapping:
  10. attribute:
  11. type: string
  12. label: 'Name'
  13. description: 'The attribute of the meta tag.'
  14. name:
  15. type: string
  16. label: 'Name'
  17. description: 'The name of the meta tag.'
  18. label:
  19. type: string
  20. label: 'Label'
  21. description: 'The label of the meta tag.'
  22. description:
  23. type: string
  24. label: 'Description'
  25. description: 'The description of the meta tag.'
  26. prefix:
  27. type: string
  28. label: 'Custom Meta tags prefix'