Skip to content

Commit

Permalink
Merge branch 'v4-dev' into FRONT-4447-mega-menu-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Jul 3, 2024
2 parents c2141a9 + 4bbb55a commit 1bddb32
Show file tree
Hide file tree
Showing 41 changed files with 857 additions and 173 deletions.
4 changes: 4 additions & 0 deletions src/implementations/twig/components/category-filter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ npm install --save @ecl/twig-component-category-filter
- **"items"** (associative array) (default: {}): The tree items - format:
"label": (string) (default: '')
"path": (string) (default: '')
"current" (boolean) (default: false)
"extra_attributes" (array) (default: [])
- "children": (associative array) (optional)
"label": (string) (default: '')
"path": (string) (default: '')
"current" (boolean) (default: false)
"extra_attributes" (array) (default: [])
- **"extra_classes"** (optional) (string) (default: '') Extra classes (space separated) for the nav element
- **"extra_attributes"** (optional) (array) (default: []) Extra attributes for the nav element
- "name" (string) Attribute name, eg. 'data-test'
Expand Down
Loading

0 comments on commit 1bddb32

Please sign in to comment.