Skip to content

Commit 65017b0

Browse files
committed
MC-5769: Complete content type tutorial
Getting docs back in sync after beta 2 release
1 parent 2c64723 commit 65017b0

File tree

3 files changed

+64
-2
lines changed

3 files changed

+64
-2
lines changed

docs/component-status.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Component status
22

3-
**Last Updated: November 27, 2018**
3+
4+
**Last Updated: December 10, 2018**
45

56
<style type="text/css" style="display: none">
67
.status {

docs/component-status2.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Component status
2+
3+
**Last Updated: December 10, 2018**
4+
5+
<style type="text/css" style="display: none">
6+
.status {
7+
padding: 3px 5px;
8+
border-radius: 2px;
9+
}
10+
.status.red {
11+
color: #fff;
12+
background-color: #d04437;
13+
}
14+
.status.yellow {
15+
background-color: #f6c342;
16+
}
17+
.status.green {
18+
background-color: #14892c;
19+
color: #fff;
20+
}
21+
</style>
22+
23+
This page shows the status of each content type and component in Page Builder beta as a measure of readiness for each.
24+
25+
Each status color indicates the severity and number of issues for a particular component.
26+
27+
- <span class="status red">Red</span> - The content type or component has critical and blocking issues that make this module unstable.
28+
- <span class="status yellow">Yellow</span> - The content type or component has some issues that may cause problems, but it is still functional.
29+
- <span class="status green">Green</span> - The content type or component has no significant or outstanding issues.
30+
31+
The issues used to generate the status of these components come from verified internal and GitHub reports for Page Builder beta.
32+
Issues that are not related to Page Builder beta are not part of this report.
33+
34+
## Content Types
35+
36+
| Name | Status | Notes |
37+
| ------------------ | ----------------------------------------- | ----------------------------------------- |
38+
| Row | <span class='status green'>Green</span> | |
39+
| Column | <span class='status green'>Green</span> | |
40+
| Tabs | <span class='status green'>Green</span> | |
41+
| Text | <span class='status green'>Green</span> | |
42+
| Heading | <span class='status green'>Green</span> | |
43+
| Buttons | <span class='status green'>Green</span> | |
44+
| Divider | <span class='status green'>Green</span> | |
45+
| HTML Code | <span class='status green'>Green</span> | |
46+
| Image | <span class='status green'>Green</span> | |
47+
| Video | <span class='status green'>Green</span> | |
48+
| Banner | <span class='status green'>Green</span> | |
49+
| Slider | <span class='status green'>Green</span> | |
50+
| Map | <span class='status green'>Green</span> | |
51+
| Block | <span class='status green'>Green</span> | |
52+
| Dynamic Block | <span class='status green'>Green</span> | |
53+
| Products | <span class='status green'>Green</span> | |
54+
{:style="table-layout:auto"}
55+
56+
## Migration
57+
58+
| Name | Status | Notes |
59+
| --------------------------------- | --------------------------------------- | ----------------------|
60+
| Bluefoot to Page Builder | <span class='status red'>Red</span> | The renderers provided out of the box are not fully updated with the latest changes to their respective content types.|
61+
{:style="table-layout:auto"}

docs/getting-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ See [Install Page Builder](install-pagebuilder.md)
7272
### Other
7373

7474
* [Release notes](../release-notes.md)
75-
* [Component status](../component-status.md)
75+
* [Component status](../component-status2.md)
7676
* [Contribution guide](https://github.com/magento/magento2-page-builder/blob/develop/CONTRIBUTING.md)
7777

7878
<!-- {% endcomment %} -->

0 commit comments

Comments
 (0)