magento2-page-builder
magento2-page-builder copied to clipboard
Allow user to add content-type inside Slide component
trafficstars
Description (*)
The purpose of this pull request is to add a new "slide" component appearance called "container" as requested inside issue #384 This new appearance allow the user to insert content-type elements inside any slide.
Story
- #384 User adds content types into Slide
Manual testing scenarios (*)
- Create a "Row" content type inside a CMS content
- Place "Slider" content inside
- Edit the first slide clicking on the Slider dots
- Choose "Container" appearance
- Save the slide
- Place other content-type elements inside the slide
Checklist
- [x] Pull request has a meaningful description of its purpose
- [x] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/integration tests (if applicable)
- [x] README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- [x] All automated tests passed successfully (all builds are green)