You are here

ccl.schema.yml in Custom Contextual Links 8.2

config/schema/ccl.schema.yml

File

config/schema/ccl.schema.yml
View source
  1. ccl.custom_contextual_link.*:
  2. type: config_entity
  3. label: 'Custom Contextual Link config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. type:
  12. type: string
  13. label: 'The type of link'
  14. title:
  15. type: string
  16. label: 'The link title'
  17. link:
  18. type: string
  19. label: 'The URL of the link'
  20. advanced:
  21. type: mapping
  22. label: 'Advanced settings for the link'
  23. mapping:
  24. css:
  25. type: string
  26. label: 'Class names'
  27. anchor:
  28. type: string
  29. label: 'Anchor to append to the link'
  30. query:
  31. type: string
  32. label: 'Query to append to the link'
  33. target:
  34. type: string
  35. label: 'Target to append to the link'
  36. options:
  37. type: ccl.link_type.[%parent.type]