You are here

freelinking.schema.yml in Freelinking 4.0.x

Same filename and directory in other branches
  1. 8.3 config/schema/freelinking.schema.yml
config/schema/freelinking.schema.yml

File

config/schema/freelinking.schema.yml
View source
  1. freelinking_plugin:
  2. type: mapping
  3. mapping:
  4. plugin:
  5. type: string
  6. label: 'Plugin'
  7. enabled:
  8. type: boolean
  9. label: 'Status'
  10. settings:
  11. type: freelinking_settings.[%parent.plugin]
  12. label: 'Plugin Settings'
  13. freelinking_settings.*:
  14. type: sequence
  15. sequence:
  16. type: string
  17. label: 'Value'
  18. freelinking_settings.nodetitle:
  19. type: mapping
  20. mapping:
  21. nodetypes:
  22. type: sequence
  23. label: 'Content types'
  24. sequence:
  25. type: string
  26. label: 'Content type'
  27. failover:
  28. type: string
  29. label: 'Failover option'
  30. filter_settings.freelinking:
  31. type: filter
  32. label: 'Freelinking'
  33. mapping:
  34. plugins:
  35. type: sequence
  36. label: 'Plugins'
  37. sequence:
  38. type: freelinking_plugin
  39. default:
  40. type: string
  41. global_options:
  42. type: mapping
  43. label: 'Global options'
  44. mapping:
  45. ignore_upi:
  46. type: boolean
  47. label: 'Ignore UPI'
  48. description: 'Ignore unknown plugin indicators.'