Skip to content

Commit

Permalink
feat(gallery): Component updates, new video and audio icons - FRONT-3…
Browse files Browse the repository at this point in the history
…887 (#2793)

Co-authored-by: Romain Emery <emery.romain@gmail.com>
  • Loading branch information
planctus and emeryro authored Mar 30, 2023
1 parent 12e0e60 commit 979634b
Show file tree
Hide file tree
Showing 18 changed files with 1,170 additions and 904 deletions.
4 changes: 2 additions & 2 deletions .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
{
"path": "dist/packages/ec/scripts/ecl-ec.js",
"limit": "198 KB",
"limit": "200 KB",
"webpack": false,
"gzip": false
},
{
"path": "dist/packages/eu/scripts/ecl-eu.js",
"limit": "198 KB",
"limit": "200 KB",
"webpack": false,
"gzip": false
},
Expand Down
3 changes: 3 additions & 0 deletions src/implementations/twig/components/gallery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ npm install --save @ecl/twig-component-gallery
- "video" (optional) (object) (default: {})
- "embedded_video" (optional) (object) (default: {})
- "share_path" (optional) (string) (default: '')
- **"expandable"** (boolean) (default: true) collapsible/expandable gallery
- **"icon_path"** (string) (default: '') Path to the icon sprite
- **"footer"** (object) (default: {}) Footer link
- **"view_all_label"** (string) (default: '') Label of the view all button
- **"view_all_expanded_label"** (string) (default: '') Label when the gallery is expanded
- **"counter_label"** (string) (default: '') Label of the counter
- **"selected_item_id"** (int) (default: 0)
- **"extra_classes"** (optional) (string) (default: '') Extra classes (space separated)
Expand Down
Loading

1 comment on commit 979634b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.