From 1f79326e902fe721a3a05077a7e46f98569804ff Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sun, 26 Aug 2018 19:29:38 +0200 Subject: [PATCH] Update simple-theme-plugin demo to syntax of 0.5 release --- demos/simple-theme-plugin/README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/demos/simple-theme-plugin/README.md b/demos/simple-theme-plugin/README.md index cadc2fd2..3e57d1b7 100644 --- a/demos/simple-theme-plugin/README.md +++ b/demos/simple-theme-plugin/README.md @@ -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" ```