|
| 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"} |
0 commit comments