You are here

script_manager.schema.yml in Script Manager 8

config/schema/script_manager.schema.yml

File

config/schema/script_manager.schema.yml
View source
  1. script_manager.settings:
  2. type: config_entity
  3. label: 'Views field view settings'
  4. mapping:
  5. enabled_visibility_plugins:
  6. type: sequence
  7. sequence:
  8. type: string
  9. script_manager.script.*:
  10. type: config_entity
  11. label: 'Script'
  12. mapping:
  13. id:
  14. type: string
  15. label: 'ID'
  16. label:
  17. type: label
  18. label: 'Label'
  19. snippet:
  20. type: string
  21. label: 'Snippet'
  22. position:
  23. type: string
  24. label: 'Position'
  25. visibility:
  26. type: sequence
  27. label: 'Visibility Conditions'
  28. sequence:
  29. type: condition.plugin.[id]
  30. label: 'Visibility Condition'