You are here

asset_injector.schema.yml in Asset Injector 8

Same filename and directory in other branches
  1. 8.2 config/schema/asset_injector.schema.yml
config/schema/asset_injector.schema.yml

File

config/schema/asset_injector.schema.yml
View source
  1. asset_injector.css_injector.*:
  2. type: config_entity
  3. label: 'Css Injector config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. code:
  12. type: text
  13. label: 'Entered CSS'
  14. media:
  15. type: string
  16. label: 'Media type. ie all, print, screen'
  17. nodeType:
  18. type: string
  19. label: 'Node Type too apply asset'
  20. themes:
  21. type: array
  22. label: 'Themes to which css should apply'
  23. preprocess:
  24. type: boolean
  25. label: 'Preprocess css before using'
  26. visibility:
  27. type: boolean
  28. label: 'White or black list pages'
  29. pages:
  30. type: text
  31. label: 'list of pages to be white/black listed'
  32. asset_injector.js_injector.*:
  33. type: config_entity
  34. label: 'Js Injector config'
  35. mapping:
  36. id:
  37. type: string
  38. label: 'ID'
  39. label:
  40. type: label
  41. label: 'Label'
  42. code:
  43. type: text
  44. label: 'Entered JS'
  45. nodeType:
  46. type: string
  47. label: 'Node Type too apply asset'
  48. themes:
  49. type: array
  50. label: 'Themes to which js should apply'
  51. jquery:
  52. type: boolean
  53. label: 'Include jQuery'
  54. header:
  55. type: boolean
  56. label: 'Load the script in the header of the page'
  57. preprocess:
  58. type: boolean
  59. label: 'Preprocess css before using'
  60. visibility:
  61. type: boolean
  62. label: 'White or black list pages'
  63. pages:
  64. type: text
  65. label: 'list of pages to be white/black listed'