File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ four different headers. Each type of header needs one or more TVs but you only
5
5
want to show the TVs needed for the selected type of header. Inside your
6
6
template you want to use different chunks for templating.
7
7
8
- !!! danger "Warning"
8
+ !!! danger "Don't misuse this extra"
9
+
9
10
Please don't misuse this extra and assign all TVs to all templates and hide
10
11
them by the default value of a toggling TV. This could cause speed problems
11
12
in the backend and also in the frontend because the template variable
@@ -49,7 +50,8 @@ Header (13) - ToggleTV (or before version 2.0.0: Single Select TV)
49
50
Give each input option a label and add the IDs of the TVs used as comma
50
51
separated values.
51
52
52
- !!! note
53
+ !!! note "Be careful with the value"
54
+
53
55
Be careful not to add empty spaces inside the value!
54
56
55
57
```
@@ -59,15 +61,17 @@ separated values.
59
61
60
62
### Step 2 - Fill the MODX system setting
61
63
62
- !!! note
64
+ !!! note "Optional"
65
+
63
66
This is only needed before 2.0.0 or when you don't use a Toggle TV.
64
67
65
68
Locate the ` toggletvset.toggletvs ` MODX system setting and fill it with the ID
66
69
of the Header Select TV.
67
70
68
- !!! note
69
- The ID numbers of the template variables in the example ar just for
70
- demonstation and should be different in your installation.
71
+ !!! note "ID numbers are examples"
72
+
73
+ The ID numbers of the template variables in the example are just for
74
+ demonstation and can be different in your installation.
71
75
72
76
## Output Filter
73
77
You can’t perform that action at this time.
0 commit comments