Skip to content

Commit

Permalink
Merge pull request #215 from vtex-apps/feature/flex-rich
Browse files Browse the repository at this point in the history
Allow flex-layout and rich-text inside product-summary.shelf
  • Loading branch information
Breno Calazans committed Nov 11, 2019
2 parents 2460b02 + c0d1047 commit 52b09fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Allow `rich-text` and `flex-layout` inside `product-summary.shelf`.

## [2.44.1] - 2019-11-11

Expand Down
4 changes: 3 additions & 1 deletion manifest.json
Expand Up @@ -31,7 +31,9 @@
"vtex.stack-layout": "0.x",
"vtex.responsive-values": "0.x",
"vtex.css-handles": "0.x",
"vtex.product-context": "0.x"
"vtex.product-context": "0.x",
"vtex.flex-layout": "0.x",
"vtex.rich-text": "0.x"
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
2 changes: 2 additions & 0 deletions store/interfaces.json
Expand Up @@ -24,6 +24,8 @@
"product-summary-brand",
"product-summary-quantity",
"product-summary-specification-badges",
"rich-text",
"flex-layout",
"stack-layout"
],
"component": "ProductSummaryCustom",
Expand Down

0 comments on commit 52b09fb

Please sign in to comment.