diff --git a/sdkjs-plugins/content/typograf/config.json b/sdkjs-plugins/content/typograf/config.json index f5d2a3cc..21509926 100644 --- a/sdkjs-plugins/content/typograf/config.json +++ b/sdkjs-plugins/content/typograf/config.json @@ -44,7 +44,18 @@ "buttons": [], - "initOnSelectionChanged": true + "initOnSelectionChanged": true, + "store": { + "background": { + "light" : "#AE1717", + "dark" : "#AE1717" + }, + "screenshots" : ["resources/store/screenshots/screen_1.png"], + "icons" : { + "light" : "resources/store/icons", + "dark" : "resources/store/icons" + } + } } ] } diff --git a/sdkjs-plugins/content/typograf/resources/store/icons/icon.png b/sdkjs-plugins/content/typograf/resources/store/icons/icon.png new file mode 100644 index 00000000..9391df86 Binary files /dev/null and b/sdkjs-plugins/content/typograf/resources/store/icons/icon.png differ diff --git a/sdkjs-plugins/content/typograf/resources/store/icons/icon@1.25x.png b/sdkjs-plugins/content/typograf/resources/store/icons/icon@1.25x.png new file mode 100644 index 00000000..021b4cca Binary files /dev/null and b/sdkjs-plugins/content/typograf/resources/store/icons/icon@1.25x.png differ diff --git a/sdkjs-plugins/content/typograf/resources/store/icons/icon@1.5x.png b/sdkjs-plugins/content/typograf/resources/store/icons/icon@1.5x.png new file mode 100644 index 00000000..749eeb12 Binary files /dev/null and b/sdkjs-plugins/content/typograf/resources/store/icons/icon@1.5x.png differ diff --git a/sdkjs-plugins/content/typograf/resources/store/icons/icon@1.75x.png b/sdkjs-plugins/content/typograf/resources/store/icons/icon@1.75x.png new file mode 100644 index 00000000..f204ff7e Binary files /dev/null and b/sdkjs-plugins/content/typograf/resources/store/icons/icon@1.75x.png differ diff --git a/sdkjs-plugins/content/typograf/resources/store/icons/icon@2x.png b/sdkjs-plugins/content/typograf/resources/store/icons/icon@2x.png new file mode 100644 index 00000000..81fb5e02 Binary files /dev/null and b/sdkjs-plugins/content/typograf/resources/store/icons/icon@2x.png differ diff --git a/sdkjs-plugins/content/typograf/resources/store/screenshots/screen_1.png b/sdkjs-plugins/content/typograf/resources/store/screenshots/screen_1.png new file mode 100644 index 00000000..d9cf29a0 Binary files /dev/null and b/sdkjs-plugins/content/typograf/resources/store/screenshots/screen_1.png differ