Skip to content

Commit 09d0ddc

Browse files
committed
Update Readme
1 parent fc2ad0d commit 09d0ddc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ If the checkbox "Use as template variable" is set, these are not automatically p
6666
To access the variables, we can access the corresponding class collection via the `styleManager` object.
6767

6868
#### 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
7070
- Parameter:
7171
- `identifier: string`: Category identifier
7272
- `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
7474
- `prepare`-Parameter:
7575
- `identifier: string`: Category identifier
7676
- `groups: null|array` (optional): Group aliases
@@ -84,7 +84,9 @@ To access the variables, we can access the corresponding class collection via th
8484
#### Register your own method per Hook
8585
To set up a custom method for validating the values, the hook `styleManagerFormatMethod` can be registered.
8686

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 👋
8890
8991
#### Examples:
9092
##### Using `get`-Method

0 commit comments

Comments
 (0)