Skip to content

Commit 4d26f63

Browse files
MC-3479: Remove Accordion
- remove accordion from docs
1 parent 8e2b44b commit 4d26f63

File tree

4 files changed

+3
-57
lines changed

4 files changed

+3
-57
lines changed

app/code/Magento/PageBuilder/docs/architecture-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Use the following steps to display PageBuilder content on a Magento storefront o
8080

8181
1. Replace all Magento directives such as `{{image url=path/to/image.png}}`
8282
2. Add custom stylesheet to provide the base styles that user can't edit.
83-
This includes styles for the content types such as `slider`, `tabs`, `accordion`, etc.
83+
This includes styles for the content types such as `slider`, `tabs`, etc.
8484
3. After the content renders, load and initialze the widgets and libraries on the frontend that need initalization, such as slider, tabs, etc.
8585

8686
## Integration with Magento and custom modules
@@ -174,7 +174,7 @@ Appearances allow you to make the following customization on existing content ty
174174
| Styles | `Vendor/ModuleName/view/adminhtml/web/css/source/content-type/content-type-name` |
175175

176176
**Note:**
177-
*We also considered introducing appearance component and/or moving the initialization of the libraries to bindings. This would allow you to add custom logic per appearance changes and libraries per appearance for content types like slider, tabs, accordion, etc.*
177+
*We also considered introducing appearance component and/or moving the initialization of the libraries to bindings. This would allow you to add custom logic per appearance changes and libraries per appearance for content types like slider, tabs, etc.*
178178

179179
[TypeScript]: https://www.typescriptlang.org/
180180
[master format]: master-format.md

app/code/Magento/PageBuilder/docs/bluefoot-data-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class Heading implements RendererInterface
193193

194194
#### Children content blocks
195195

196-
Some BlueFoot content types, such as accordion and slider, can contain child content types.
196+
Some BlueFoot content types, such as slider, can contain child content types.
197197
This can result in trees with deeply nested content blocks.
198198

199199
During rendering, content types are processed from the bottom of the tree to the top.

app/code/Magento/PageBuilder/docs/master-format.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -222,48 +222,6 @@ Inline styles
222222
14. align-self
223223
15. min-height
224224

225-
## Accordion
226-
227-
```
228-
<div data-element="main" data-role="accordion" data-appearance="default" style="..."></div>
229-
```
230-
231-
Attributes
232-
1. data-element [main]
233-
2. data-role [accordion]
234-
3. data-appearance [default]
235-
4. class
236-
237-
Inline styles
238-
1. text-align
239-
2. border-style
240-
3. border-color
241-
4. border-width
242-
5. border-radius
243-
6. margin
244-
7. padding
245-
8. align-self
246-
9. min-height
247-
248-
## Accordion item
249-
250-
```
251-
<div data-collapsible="true" data-open-on-load="true" class="title">
252-
<div data-role="trigger">
253-
<span>Section 1 Title</span></div>
254-
</div>
255-
<div data-content="true" class="content">Section 1 content</div>
256-
</div>
257-
```
258-
259-
Attributes
260-
1. data-open-on-load [true, false]
261-
2. class
262-
263-
Title.
264-
265-
HTML content.
266-
267225
## Text
268226

269227
```

app/code/Magento/PageBuilder/docs/roadmap.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ This page lists the upcoming functionality and known issues for the PageBuilder
4444
* Text block enhancements will make it easier to see the content block and access its settings on the stage. <!-- MAGETWO-87070 -->
4545
* Edit text content on the stage. <!--MAGETWO-86724-->
4646

47-
### Accordion content block
48-
49-
* Ability to add content inside Accordion items. <!-- MAGETWO-66514 -->
50-
* Ability to add additional items to Accordion content and configure it within the stage. <!-- MAGETWO-87046 -->
51-
* Ability to configure Accordion behavior. <!-- MAGETWO-87098 -->
52-
* Ability to see newly-dragged Accordion content block on the stage. <!-- MAGETWO-87089 -->
53-
* Ability to delete AccordionSection from the Stage. <!-- MAGETWO-87053 -->
54-
* Ability to rearrange AccordionSection containers inside an Accordion on the stage. <!-- MAGETWO-87051 -->
55-
* Ability to duplicate AccordionSection containers. <!-- MAGETWO-88857 -->
56-
5747
### Map content block
5848

5949
* Google Map API integration with the Map content block. <!-- MAGETWO-88225 -->
@@ -66,8 +56,6 @@ This page lists the upcoming functionality and known issues for the PageBuilder
6656
* Documentation on how to create custom appearances for PageBuilder blocks and containers. <!-- MAGETWO-86522 -->
6757
* Static test - investigate why existing test for LESS coding styles doesn't work for PageBuilder code. <!-- MAGETWO-87592 -->
6858
* Remove the dependency on Column from the Row migration renderer. <!-- MAGETWO-88772 -->
69-
* PageBuilder data separation for accordion. <!--MAGETWO-89188-->
70-
* Cleanup master format for accordion. <!--MAGETWO-89226-->
7159
* Stabilize PageBuilder tests related to EE functionality. <!--MAGETWO-87898-->
7260
* Generate translation for PageBuilder module. <!--MAGETWO-88456-->
7361
* Set TinyMCE v3.5.8 WYSIWYG as a deprecated module. <!--MAGETWO-89695-->

0 commit comments

Comments
 (0)