datocms-plugin-everything-svg 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # DatoCMS plugin: Everything SVG
2
+
3
+ **This DatoCMS plugin lets you upload SVGs to your DatoCMS project and select the raw <SVG /> it in your models. This way you can have the raw SVG and fetch it from DatoCMS**
4
+
5
+ ![](https://github.com/voorhoede/datocms-plugin-everything-svg/raw/main/docs/preview.png)
6
+
7
+ ## Features
8
+
9
+ ## Configuration
10
+
11
+ First add this plugin via DatoCMS Settings > Plugins > Add (`/admin/plugins/new`).
12
+
13
+ ### Plugin settings
14
+
15
+ ## Contributing
16
+
17
+ See [contributing.md](https://github.com/voorhoede/datocms-plugin-everything-svg/blob/main/contributing.md).
@@ -0,0 +1,10 @@
1
+ {
2
+ "files": {
3
+ "main.css": "./static/css/main.1b8db9d0.css",
4
+ "main.js": "./static/js/main.9aa4e4c6.js",
5
+ "index.html": "./index.html",
6
+ "main.1b8db9d0.css.map": "./static/css/main.1b8db9d0.css.map",
7
+ "main.9aa4e4c6.js.map": "./static/js/main.9aa4e4c6.js.map"
8
+ },
9
+ "entrypoints": ["static/css/main.1b8db9d0.css", "static/js/main.9aa4e4c6.js"]
10
+ }