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: docs/add-ons/pro-variables/type.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
@license https://expressionengine.com/license Licensed under Apache License, Version 2.0
8
8
-->
9
9
10
-
# Variable types
10
+
# Pro Variable Types
11
11
12
12
13
13
Pro Variables comes with **over a dozen variable types**. Each type has its own specific settings. You can select which types are available by (de)selecting them in the [settings](/add-ons/pro-variables/settings.md).
@@ -257,10 +257,10 @@ The short name of the Image Manipulation you want to output. Alternatively, you
@@ -343,6 +343,7 @@ If enabled, it will display the textarea as a monospaced, light-on-dark input fi
343
343
If set to _Yes_, the field will be shown in full width.
344
344
345
345
### Parameters
346
+
346
347
When using the module tags to display a Textarea variable, you can use additional parameters to further customize the output:
347
348
348
349
#### `formatting`
@@ -359,10 +360,10 @@ If the variable content contains variables that need to be parsed before it is p
359
360
360
361
#### `preparse_prefix`
361
362
362
-
See above, change the default variable prefix from `preparse` to something else. For example, the parameters `preparse:foo="bar" preparse_prefix="lv"` will replace the variable `{lv:foo}` with `bar` inside the variable content.
363
+
See above, change the default variable prefix from `preparse` to something else. For example, the parameters `preparse:foo="bar" preparse_prefix="pv"` will replace the variable `{pv:foo}` with `bar` inside the variable content.
0 commit comments