You are here

asset_injector.schema.yml in Asset Injector 8.2

Same filename and directory in other branches
  1. 8 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.*:
  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. preprocess:
  18. type: boolean
  19. label: 'Preprocess css before using'
  20. conditions:
  21. type: sequence
  22. label: 'Conditions Conditions'
  23. sequence:
  24. type: condition.plugin.[id]
  25. label: 'Conditions Condition'
  26. contexts:
  27. type: sequence
  28. conditions_require_all:
  29. type: boolean
  30. label: 'Require all conditions'
  31. asset_injector.js.*:
  32. type: config_entity
  33. label: 'Js Injector config'
  34. mapping:
  35. id:
  36. type: string
  37. label: 'ID'
  38. label:
  39. type: label
  40. label: 'Label'
  41. code:
  42. type: text
  43. label: 'Entered JS'
  44. noscript:
  45. type: text
  46. label: '<noscript> code'
  47. noscriptRegion:
  48. type: sequence
  49. label: 'Region to which noscript should apply'
  50. jquery:
  51. type: boolean
  52. label: 'Include jQuery'
  53. header:
  54. type: boolean
  55. label: 'Load the script in the header of the page'
  56. preprocess:
  57. type: boolean
  58. label: 'Preprocess css before using'
  59. conditions:
  60. type: sequence
  61. label: 'Conditions Conditions'
  62. sequence:
  63. type: condition.plugin.[id]
  64. label: 'Conditions Condition'
  65. contexts:
  66. type: sequence
  67. conditions_require_all:
  68. type: boolean
  69. label: 'Require all conditions'