Skip to content

Commit 0568f07

Browse files
authored
Revert "Merge to Production from development (#21)"
This reverts commit 8e33992.
1 parent 8e33992 commit 0568f07

3 files changed

Lines changed: 2 additions & 86 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# strapi-plugin-form-builder-cms
22

3-
[![npm version](https://img.shields.io/npm/v/strapi-plugin-form-builder-cms.svg)](https://www.npmjs.com/package/strapi-plugin-form-builder-cms)
4-
[![npm downloads](https://img.shields.io/npm/dm/strapi-plugin-form-builder-cms.svg)](https://www.npmjs.com/package/strapi-plugin-form-builder-cms)
5-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6-
[![Strapi 5](https://img.shields.io/badge/Strapi-5.x-2F2D74?logo=strapi)](https://strapi.io)
7-
83
A visual drag-and-drop form builder plugin for [Strapi 5](https://strapi.io). Create, publish and embed forms on any website without writing a single line of backend code.
94

105
---
@@ -234,18 +229,6 @@ Pull requests are welcome. For major changes please open an issue first to discu
234229

235230
---
236231

237-
## Roadmap
238-
239-
- [ ] Email notifications on new submission
240-
- [ ] File upload field type
241-
- [ ] Multi-step / wizard forms
242-
- [ ] Export submissions as CSV
243-
- [ ] Webhook on submit
244-
245-
Have a feature request? [Open an issue](https://github.com/devCluna/strapi-plugin-form-builder-cms/issues).
246-
247-
---
248-
249232
## License
250233

251234
[MIT](LICENSE)

package.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
11
{
22
"name": "strapi-plugin-form-builder-cms",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.2",
44
"description": "Visual drag-and-drop form builder plugin for Strapi 5. Create, publish and embed forms on any website.",
55
"keywords": [
66
"strapi",
77
"strapi-plugin",
8-
"strapi5",
9-
"strapi-v5",
108
"form-builder",
11-
"form-builder-plugin",
129
"forms",
1310
"drag-and-drop",
14-
"drag-drop-form",
15-
"cms",
16-
"headless-cms",
17-
"form-embed",
18-
"contact-form",
19-
"lead-form",
20-
"no-code",
21-
"visual-builder",
22-
"submissions",
23-
"embed"
11+
"cms"
2412
],
2513
"license": "MIT",
2614
"author": "dev.cluna <dev.cluna@gmail.com>",

0 commit comments

Comments
 (0)