You are here

alinks.schema.yml in Alinks 8

config/schema/alinks.schema.yml

File

config/schema/alinks.schema.yml
View source
  1. alinks.settings:
  2. type: config_object
  3. label: 'Alinks settings'
  4. mapping:
  5. displays:
  6. type: sequence
  7. label: 'Displays'
  8. sequence:
  9. type: mapping
  10. mapping:
  11. entity_type:
  12. label: 'Type'
  13. type: string
  14. entity_bundle:
  15. label: 'Bundle'
  16. type: string
  17. entity_display:
  18. label: 'Display'
  19. type: string
  20. xpathSelector:
  21. type: string
  22. label: 'xpath selector string'