You are here

external_link_popup.schema.yml in External Link Pop-up 8

config/schema/external_link_popup.schema.yml

File

config/schema/external_link_popup.schema.yml
View source
  1. external_link_popup.settings:
  2. type: config_object
  3. label: 'External Link Pop-ups Settings'
  4. mapping:
  5. whitelist:
  6. type: string
  7. show_admin:
  8. type: boolean
  9. width:
  10. type: mapping
  11. mapping:
  12. value:
  13. type: integer
  14. units:
  15. type: string
  16. external_link_popup.external_link_popup.*:
  17. type: config_entity
  18. label: 'Text formats'
  19. mapping:
  20. name:
  21. type: label
  22. label: 'Name'
  23. id:
  24. type: string
  25. label: 'Machine name'
  26. weight:
  27. type: integer
  28. label: 'Weight'
  29. status:
  30. type: boolean
  31. label: 'Status'
  32. close:
  33. type: boolean
  34. title:
  35. type: label
  36. body:
  37. type: text_format
  38. labelyes:
  39. type: label
  40. labelno:
  41. type: label
  42. domains:
  43. type: string
  44. new_tab:
  45. type: boolean