You are here

addtoany.schema.yml in AddToAny Share Buttons 8

config/schema/addtoany.schema.yml

File

config/schema/addtoany.schema.yml
View source
  1. # Schema file for the configuration files of the addtoany module.
  2. addtoany.settings:
  3. type: config_object
  4. label: 'AddToAny Settings'
  5. mapping:
  6. buttons_size:
  7. type: integer
  8. additional_html:
  9. type: text
  10. label: 'Additional HTML'
  11. additional_css:
  12. type: string
  13. label: 'Additional CSS'
  14. additional_js:
  15. type: string
  16. label: 'Additional JS'
  17. universal_button:
  18. type: string
  19. label: 'Universal Button Type'
  20. custom_universal_button:
  21. type: uri
  22. lable: 'Custom button URL'
  23. universal_button_placement:
  24. type: string
  25. label: 'Universal Button Placement'
  26. entities:
  27. type: sequence
  28. label: 'Entities'
  29. sequence:
  30. type: integer
  31. label: 'Status'