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: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -66,11 +66,11 @@ If the checkbox "Use as template variable" is set, these are not automatically p
66
66
To access the variables, we can access the corresponding class collection via the `styleManager` object.
67
67
68
68
#### There are two ways to receive the values:
69
-
-`get`: Return selected CSS classes of a category or a specific group
69
+
-**get**: Return selected CSS classes of a category or a specific group
70
70
- Parameter:
71
71
- `identifier: string`: Category identifier
72
72
- `groups: null|array` (optional): Group aliases
73
-
-`prepare` + `format`: Different from the get method, you can specify your own output format and a predefined or custom method to validate the output
73
+
-**prepare** + **format**: Different from the get method, you can specify your own output format and a predefined or custom method to validate the output
74
74
-`prepare`-Parameter:
75
75
- `identifier: string`: Category identifier
76
76
- `groups: null|array` (optional): Group aliases
@@ -84,7 +84,9 @@ To access the variables, we can access the corresponding class collection via th
84
84
#### Register your own method per Hook
85
85
To set up a custom method for validating the values, the hook `styleManagerFormatMethod` can be registered.
86
86
87
-
> Let us know if you know of any other useful methods that could be included in the standard
87
+
<br/>
88
+
89
+
> Let us know if you know of any other useful methods that could be included in the standard 👋
0 commit comments