Skip to content

Commit 2229f66

Browse files
committed
Update docs
1 parent b56615e commit 2229f66

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/usage.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ four different headers. Each type of header needs one or more TVs but you only
55
want to show the TVs needed for the selected type of header. Inside your
66
template you want to use different chunks for templating.
77

8-
!!! danger "Warning"
8+
!!! danger "Don't misuse this extra"
9+
910
Please don't misuse this extra and assign all TVs to all templates and hide
1011
them by the default value of a toggling TV. This could cause speed problems
1112
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)
4950
Give each input option a label and add the IDs of the TVs used as comma
5051
separated values.
5152

52-
!!! note
53+
!!! note "Be careful with the value"
54+
5355
Be careful not to add empty spaces inside the value!
5456

5557
```
@@ -59,15 +61,17 @@ separated values.
5961

6062
### Step 2 - Fill the MODX system setting
6163

62-
!!! note
64+
!!! note "Optional"
65+
6366
This is only needed before 2.0.0 or when you don't use a Toggle TV.
6467

6568
Locate the `toggletvset.toggletvs` MODX system setting and fill it with the ID
6669
of the Header Select TV.
6770

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.
7175

7276
## Output Filter
7377

0 commit comments

Comments
 (0)