Skip to content

Commit 49767da

Browse files
Update README.md
1 parent 6e71cca commit 49767da

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,12 @@ The following items are added to the available amount:
106106
- al: **Add Title** - Value: `Title`
107107
- at: **Add Text** - Value: `Text` (string value `$[ln];` it replaces by `\n` character)
108108
- pt: **Add Text To Up** - Value: `Text` (string value `$[ln];` it replaces by `\n` character)
109-
- aa: **Add Attribute** - Value: `Attribute|{Value}`
109+
- aa: **Add Attribute** - Value: `Attribute|{Splitter}|{Value}`
110110
- nt: **Add Tag** - Value: `TagName|Id`
111111
- ut: **Add Tag To Up** - Value: `TagName|Id`
112-
- bt: **Add Tag Before This Tag** - Value: `TagName|Id`
113-
- ft: **Add Tag After This Tag** - Value: `TagName|Id`
112+
- bt: **Add Tag Before This Tag** - Value: `TagName|{Id}`
113+
- ft: **Add Tag After This Tag** - Value: `TagName|{Id}`
114+
- ah: **Add Hidden Tag** - Value: `Value|{Id}`
114115

115116
### Set
116117

@@ -157,7 +158,7 @@ The following items are added only if there are no pre-existing values:
157158
- ik: **Insert CheckBox Tag** - Value: `Value|Text|1 or 0`
158159
- il: **Insert Title** - Value: `Title`
159160
- it: **Insert Text** - Value: `Text` (string value `$[ln];` it replaces by `\n` character)
160-
- ia: **Insert Attribute** - Value: `Attribute|{Value}`
161+
- ia: **Insert Attribute** - Value: `Attribute|{Splitter}|{Value}`
161162

162163
### Delete
163164

0 commit comments

Comments
 (0)