You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,4 @@
1
1
# Webform to Node
2
-
3
-
## Description
4
2
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.
5
3
6
4
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.
***Manage Webform Selection:** Select which Webforms should be enabled for the promotion engine.
40
38
***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.
42
40
43
41
### 2. Handler Management
44
42
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() {
78
76
79
77
[] Bulk Promotion: Integration with Views Bulk Operations (VBO) to promote multiple submissions at once.
80
78
81
-
[] E-Sign Integration: Specialised handler for electronic signature field types.
82
-
83
79
[] Conditional Mapping: Allow mappings based on webform component values.
84
80
81
+
[] Database Standards: Audit and update all registry/mapping code to strictly utilise Backdrop's database abstraction layer and schema API.
82
+
85
83
## Documentation
86
84
Additional documentation and developer guides are located in the Wiki: https://github.com/backdrop-contrib/webformtonode/wiki
87
85
@@ -90,7 +88,7 @@ Bugs and feature requests should be reported in the Issue Queue: https://github.
90
88
91
89
## Current Maintainer(s):
92
90
- Steve Moorhouse (albanycomputers) (https://github.com/albanycomputers)
93
-
- Additional maintainers and contributors welcomed.
91
+
- Additional maintainers and contributors are welcome.
94
92
95
93
## Credits
96
94
- Steve Moorhouse - Zulip (DrAlbany)
@@ -104,4 +102,4 @@ Bugs and feature requests should be reported in the Issue Queue: https://github.
0 commit comments