Skip to content

Commit 1de9b57

Browse files
proposition related to #729
1 parent eb56868 commit 1de9b57

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Documentation/ForDevelopers/AddNewFieldProperties.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
You can extend powermail fields with new properties to insert (e.g.) a checkbox for readonly or disabled or
66
something else.
77

8-
Following example shows two new fields in a new tab "Powermailextended".
9-
The first is a textarea. If there is text stored, this should be outputted before the Input field is rendered.
10-
The second is a checkbox. If this checkbox was checked from an editor, the input field should use the html-attribute
11-
readonly="readonly".
8+
Following example shows two new fields in a new tab "Powermailextended".
9+
The first is an input field of type textarea. If the user entered text for this field this text shall
10+
be displayed.
11+
The second field is a checkbox. If this checkbox was checked from an editor, the input field should use
12+
the html-attribute readonly="readonly".
1213

1314
![developer_new_fieldproperties1](../Images/developer_new_fieldproperties1.png)
1415

0 commit comments

Comments
 (0)