removed theme-example plugin

Massimo Melina committed Aug 3, 2022 at 21:08 UTC f5cba3c269d4bacf6d8704672668102f022d1da3
3 files changed -17
plugins/theme-example-disabled/plugin.js deleted
-1
@@ -1 +0,0 @@
1 -exports.frontend_css = 'style.css'
plugins/theme-example-disabled/public/star.svg deleted
-12
@@ -1,12 +0,0 @@
1 -<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 -<svg
3 - xmlns="http://www.w3.org/2000/svg"
4 - version="1.0"
5 - width="432.39999"
6 - height="413.48999"
7 ->
8 - <path
9 - d="M 332.25647,385.51933 L 217.94322,325.58331 L 103.76342,385.77314 L 125.44132,258.53357 L 32.91382,168.54182 L 160.62472,149.83945 L 217.61942,34.031678 L 274.87122,149.71255 L 402.62329,168.13113 L 310.29602,258.32822 L 332.25647,385.51933 z "
10 - style="fill:#55a;fill-opacity:1;stroke:#000000;stroke-width:10.86700058;stroke-miterlimit:4;stroke-opacity:1"
11 - id="path6092" />
12 -</svg>
plugins/theme-example-disabled/public/style.css deleted
-4
@@ -1,4 +0,0 @@
1 -header {
2 - background: var(--bg) url(star.svg) top right no-repeat;
3 - background-size: 3em;
4 -}