From 6eb6a2d80d3089f46a13d9af6137104b5d8f6561 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Wed, 24 Mar 2021 22:03:30 +0100 Subject: [PATCH 1/2] Component for initial config export --- admin/src/components/ActionButtons/index.js | 4 +-- admin/src/components/ConfigList/index.js | 7 ++++- admin/src/components/FirstExport/index.js | 33 +++++++++++++++++++++ 3 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 admin/src/components/FirstExport/index.js diff --git a/admin/src/components/ActionButtons/index.js b/admin/src/components/ActionButtons/index.js index a4b043f..f642838 100644 --- a/admin/src/components/ActionButtons/index.js +++ b/admin/src/components/ActionButtons/index.js @@ -23,8 +23,8 @@ const ActionButtons = ({ diff }) => { return ( - + + ); +} + +export default FirstExport; \ No newline at end of file From 4d9ef128fcf09ed138d7a2f9b041a12f102b8280 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Wed, 24 Mar 2021 22:03:54 +0100 Subject: [PATCH 2/2] 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d47f45..5bdb96d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-config-sync", - "version": "0.1.0", + "version": "0.1.1", "description": "Manage your Strapi database configuration as partial json files which can be imported/exported across environments. ", "strapi": { "name": "config-sync",