Skip to content

Commit

Permalink
updated templating with group in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
photodow committed May 18, 2021
1 parent c9d84ba commit 65bd1e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ To start off with you need to add as many or as few templating placeholders to y
| `open` | `Boolean` | `false (default)` accordion is closed by default and hides its contents `true` Keeps it open on load. |
| `headingLevel` | `Number` | `1-6` default is `5`. Determines size and hierarchy of title. |
| `depthStart` | `Number` | `1-6` default is `0`. In table of contents it determines what level of hierarchy to begin building from. |
| `depthEnd` | `Number` | `1-6` default is `3`. In table of contents it sets how many levels to go down based on `depthStart`. |
| `depthEnd` | `Number` | `1-6` default is `3`. In table of contents it sets how many levels to go down based on `depthStart`. |
| `group` | `String` | Comma separated list of categories to list out. Default lists all. Remove dashes. |

<details>
<summary><strong>Examples</strong></summary>
Expand Down

0 comments on commit 65bd1e9

Please sign in to comment.