File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ const Card33_Card33_Card33 = ({
68
68
* If you pass no bigs at all the top slice will not render and a special
69
69
* 3 column layout is used for the remaining slice.
70
70
*
71
+ * @deprecated Adverts are no longer shown within containers. We no
72
+ * longer use containers that reserve a space for an MPU advert.
71
73
*/
72
74
export const DynamicSlowMPU = ( {
73
75
groupedTrails,
Original file line number Diff line number Diff line change @@ -129,6 +129,10 @@ const Card50_Card50 = ({
129
129
) ;
130
130
} ;
131
131
132
+ /**
133
+ * @deprecated Adverts are no longer shown within containers. We no
134
+ * longer use containers that reserve a space for an MPU advert.
135
+ */
132
136
export const FixedMediumSlowXIIMPU = ( {
133
137
trails,
134
138
containerPalette,
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ type Props = {
12
12
absoluteServerTimes : boolean ;
13
13
} ;
14
14
15
+ /**
16
+ * @deprecated Adverts are no longer shown within containers. We no
17
+ * longer use containers that reserve a space for an MPU advert.
18
+ */
15
19
export const FixedSmallSlowVMPU = ( {
16
20
trails,
17
21
containerPalette,
You can’t perform that action at this time.
0 commit comments