Skip to content

Commit 40167a9

Browse files
2 parents 4fc2699 + 267f736 commit 40167a9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Webform to Node
2-
3-
## Description
42
Webform to Node provides a seamless "Promotion" workflow for Backdrop CMS. It allows site administrators to map Webform submissions to specific Content Types and promote individual submissions into full-fledged Nodes at the click of a button.
53

64
What sets this module apart is its **Pluggable Architecture**. Built with developers in mind, it features a discovery engine that allows other modules to register custom field handlers, making it infinitely expandable for complex data types or external entity mapping.
@@ -38,7 +36,7 @@ Visit **Administration > Configuration > Webform to Node** (`admin/config/webfor
3836

3937
* **Manage Webform Selection:** Select which Webforms should be enabled for the promotion engine.
4038
* **Field Mapping:** Click "Configure" next to an enabled webform. Select your **Target Content Type** to reveal the mapping table.
41-
* **Additional Processing:** Set default behaviors, such as whether promoted nodes should be "Published" or "Unpublished" by default.
39+
* **Additional Processing:** Set default behaviours, such as whether promoted nodes should be "Published" or "Unpublished" by default.
4240

4341
### 2. Handler Management
4442
The **Field Handler Management** section displays all discovered "Expert" handlers. If you add a new handler file to the `/handlers` folder or install a module that provides a new handler hook, use the **Rebuild Handler Registry** button to register it.
@@ -78,10 +76,10 @@ function mymodule_webformtonode_handler_info() {
7876

7977
[ ] Bulk Promotion: Integration with Views Bulk Operations (VBO) to promote multiple submissions at once.
8078

81-
[ ] E-Sign Integration: Specialised handler for electronic signature field types.
82-
8379
[ ] Conditional Mapping: Allow mappings based on webform component values.
8480

81+
[ ] Database Standards: Audit and update all registry/mapping code to strictly utilise Backdrop's database abstraction layer and schema API.
82+
8583
## Documentation
8684
Additional documentation and developer guides are located in the Wiki: https://github.com/backdrop-contrib/webformtonode/wiki
8785

@@ -90,7 +88,7 @@ Bugs and feature requests should be reported in the Issue Queue: https://github.
9088

9189
## Current Maintainer(s):
9290
- Steve Moorhouse (albanycomputers) (https://github.com/albanycomputers)
93-
- Additional maintainers and contributors welcomed.
91+
- Additional maintainers and contributors are welcome.
9492

9593
## Credits
9694
- Steve Moorhouse - Zulip (DrAlbany)
@@ -104,4 +102,4 @@ Bugs and feature requests should be reported in the Issue Queue: https://github.
104102
- Albany Hosting (https://www.albany-hosting.co.uk)
105103

106104
## License
107-
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.
105+
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.

0 commit comments

Comments
 (0)