configuration-as-code-plugin/demos/simple-theme-plugin
Victor Martinez 2d0d664a94 Validate simple-theme demo with the integrations framework (#1123) 2019-10-03 18:01:19 +01:00
..
README.md Validate simple-theme demo with the integrations framework (#1123) 2019-10-03 18:01:19 +01:00

README.md

Configure simple-theme-plugin plugin

Basic configuration of the Simple Theme plugin

sample configuration

unclassified:
  simple-theme-plugin:
    elements:
      - cssUrl:
          url: "https://example.bogus/test.css"
      - cssText:
          text: ".testcss { color: red }"
      - jsUrl:
          url: "https://example.bogus/test.js"
      - faviconUrl:
          url: "https://vignette.wikia.nocookie.net/deadpool/images/6/64/Favicon.ico"