You are here

sharerich.schema.yml in Sharerich 8

config/schema/sharerich.schema.yml

File

config/schema/sharerich.schema.yml
View source
  1. sharerich.set.*:
  2. type: config_entity
  3. label: 'Sharerich set'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. services:
  12. type: sequence
  13. label: 'Enabled services'
  14. sequence:
  15. - type: sequence
  16. sequence:
  17. - type: string
  18. block.settings.sharerich:
  19. type: block_settings
  20. label: 'Sharerich block'
  21. mapping:
  22. sharerich_set:
  23. type: string
  24. label: 'Sharerich set'
  25. orientation:
  26. type: string
  27. label: 'Orientation'
  28. sticky:
  29. type: boolean
  30. label: 'Stick to the top when scrolling'