File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments