Update simple-theme-plugin demo to syntax of 0.5 release

This commit is contained in:
Tobias Gruetzmacher 2018-08-26 19:29:38 +02:00 committed by Joseph Petersen
parent 10971b826e
commit 1f79326e90
1 changed files with 9 additions and 4 deletions

View File

@ -5,8 +5,13 @@
```yaml
unclassified:
simple-theme-plugin:
cssUrl: "https://cdn.rawgit.com/afonsof/jenkins-material-theme/gh-pages/dist/material-blue.css"
cssRules: ""
jsUrl: ""
faviconUrl: "https://vignette.wikia.nocookie.net/deadpool/images/6/64/Favicon.ico"
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"
```