update
Browse files
client/src/layouts/config.js
CHANGED
|
@@ -102,8 +102,8 @@ export const nonRandomLayouts = Object.keys(LAYOUTS).filter(
|
|
| 102 |
export const LAYOUTS_BY_PANEL_COUNT = {
|
| 103 |
1: ["COVER"],
|
| 104 |
2: ["LAYOUT_7"],
|
| 105 |
-
3: ["LAYOUT_2", "LAYOUT_5"],
|
| 106 |
-
4: ["
|
| 107 |
};
|
| 108 |
|
| 109 |
// Helper functions for layout configuration
|
|
|
|
| 102 |
export const LAYOUTS_BY_PANEL_COUNT = {
|
| 103 |
1: ["COVER"],
|
| 104 |
2: ["LAYOUT_7"],
|
| 105 |
+
3: ["LAYOUT_2", "LAYOUT_5"], //"LAYOUT_1",
|
| 106 |
+
4: ["LAYOUT_3", "LAYOUT_4"],
|
| 107 |
};
|
| 108 |
|
| 109 |
// Helper functions for layout configuration
|