diff --git a/packages/dm-core-plugins/blueprints/form/docs/Documentation.md b/packages/dm-core-plugins/docs/FormPlugin/Documentation.md similarity index 100% rename from packages/dm-core-plugins/blueprints/form/docs/Documentation.md rename to packages/dm-core-plugins/docs/FormPlugin/Documentation.md diff --git a/packages/dm-core-plugins/blueprints/form/docs/Examples/Basic.json b/packages/dm-core-plugins/docs/FormPlugin/Examples/Basic.json similarity index 100% rename from packages/dm-core-plugins/blueprints/form/docs/Examples/Basic.json rename to packages/dm-core-plugins/docs/FormPlugin/Examples/Basic.json diff --git a/packages/dm-core-plugins/blueprints/form/docs/Examples/Nested.json b/packages/dm-core-plugins/docs/FormPlugin/Examples/Nested.json similarity index 100% rename from packages/dm-core-plugins/blueprints/form/docs/Examples/Nested.json rename to packages/dm-core-plugins/docs/FormPlugin/Examples/Nested.json diff --git a/packages/dm-core-plugins/blueprints/form/docs/Examples/WidgetExample.json b/packages/dm-core-plugins/docs/FormPlugin/Examples/WidgetExample.json similarity index 100% rename from packages/dm-core-plugins/blueprints/form/docs/Examples/WidgetExample.json rename to packages/dm-core-plugins/docs/FormPlugin/Examples/WidgetExample.json diff --git a/packages/dm-core-plugins/docs/FormPlugin/blueprints.json b/packages/dm-core-plugins/docs/FormPlugin/blueprints.json new file mode 100644 index 000000000..783693f64 --- /dev/null +++ b/packages/dm-core-plugins/docs/FormPlugin/blueprints.json @@ -0,0 +1,5 @@ +{ + "folder": "form", + "main": "FormInput", + "subfolders": ["fields", "widgets"] +}