We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4783952 commit 4b025e2Copy full SHA for 4b025e2
1 file changed
dotcom-rendering/src/layouts/lib/furnitureLayouts.ts
@@ -62,7 +62,7 @@ const furnitureRowLayouts: Record<LayoutType, LayoutDefinition> = {
62
['title', 'headline', 'right-column'],
63
['standfirst', 'right-column'],
64
['meta', 'main-media', 'right-column'],
65
- ['body', 'right-column'],
+ ['meta', 'body', 'right-column'],
66
],
67
},
68
@@ -73,7 +73,7 @@ const furnitureRowLayouts: Record<LayoutType, LayoutDefinition> = {
73
['title', 'match-summary', 'right-column'],
74
['headline', 'right-column'],
75
76
77
78
79
@@ -106,7 +106,7 @@ const furnitureRowLayouts: Record<LayoutType, LayoutDefinition> = {
106
['title', 'headline'],
107
108
['meta', 'standfirst', 'right-column'],
109
110
111
112
};
0 commit comments