Update simple-theme-plugin demo to syntax of 0.5 release
This commit is contained in:
parent
10971b826e
commit
1f79326e90
|
|
@ -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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue