@@ -1090,118 +1090,172 @@ public function test_image_block_with_parent_columns_and_its_parent_group_block(
1090
1090
public function data_image_block_with_parent_columns_and_its_parent_group_block (): array {
1091
1091
return array (
1092
1092
// Parent default alignment.
1093
- 'Return 66.66% width of contentSize 413px, parent block default alignment, image block default alignment ' => array (
1093
+ 'Return 66.66% width of contentSize 413px, group block default alignment, columns block default alignment, image block default alignment ' => array (
1094
1094
'' ,
1095
1095
'' ,
1096
1096
'' ,
1097
1097
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1098
1098
),
1099
- 'Return 66.66% width of contentSize 413px, parent block default alignment, image block wide alignment ' => array (
1099
+ 'Return 66.66% width of contentSize 413px, group block default alignment, columns block default alignment, image block wide alignment ' => array (
1100
1100
'' ,
1101
1101
'' ,
1102
1102
'wide ' ,
1103
1103
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1104
1104
),
1105
- 'Return 66.66% width of contentSize 413px, parent block default alignment, image block full alignment ' => array (
1105
+ 'Return 66.66% width of contentSize 413px, group block default alignment, columns block default alignment, image block full alignment ' => array (
1106
1106
'' ,
1107
1107
'' ,
1108
1108
'full ' ,
1109
1109
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1110
1110
),
1111
- 'Return 66.66% width of contentSize 413px, parent block default alignment, image block left alignment ' => array (
1111
+ 'Return 66.66% width of contentSize 413px, group block default alignment, columns block default alignment, image block left alignment ' => array (
1112
1112
'' ,
1113
1113
'' ,
1114
1114
'left ' ,
1115
1115
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1116
1116
),
1117
- 'Return 66.66% width of contentSize 413px, parent block default alignment, image block center alignment ' => array (
1117
+ 'Return 66.66% width of contentSize 413px,group block default alignment, columns block default alignment, image block center alignment ' => array (
1118
1118
'' ,
1119
1119
'' ,
1120
1120
'center ' ,
1121
1121
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1122
1122
),
1123
- 'Return 66.66% width of contentSize 413px, parent block default alignment, image block right alignment ' => array (
1123
+ 'Return 66.66% width of contentSize 413px, group block default alignment, columns block default alignment, image block right alignment ' => array (
1124
1124
'' ,
1125
1125
'' ,
1126
1126
'right ' ,
1127
1127
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1128
1128
),
1129
1129
1130
1130
// Parent wide alignment.
1131
- 'Return 66.66% width of contentSize 413px, parent block wide alignment, image block default alignment ' => array (
1131
+ 'Return 66.66% width of contentSize 413px, group block wide alignment, columns block default alignment, image block default alignment ' => array (
1132
1132
'wide ' ,
1133
1133
'' ,
1134
1134
'' ,
1135
1135
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1136
1136
),
1137
- 'Return 66.66% width of contentSize 413px, parent block wide alignment, image block wide alignment ' => array (
1137
+ 'Return 66.66% width of contentSize 413px, group block wide alignment, columns block default alignment, image block wide alignment ' => array (
1138
1138
'wide ' ,
1139
1139
'' ,
1140
1140
'wide ' ,
1141
1141
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1142
1142
),
1143
- 'Return 66.66% width of contentSize 413px, parent block wide alignment, image block full alignment ' => array (
1143
+ 'Return 66.66% width of contentSize 413px, group block wide alignment, columns block default alignment, image block full alignment ' => array (
1144
1144
'wide ' ,
1145
1145
'' ,
1146
1146
'full ' ,
1147
1147
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1148
1148
),
1149
- 'Return 66.66% width of contentSize 413px, parent block wide alignment, image block left alignment ' => array (
1149
+ 'Return 66.66% width of contentSize 413px, group block wide alignment, columns block default alignment, image block left alignment ' => array (
1150
1150
'wide ' ,
1151
1151
'' ,
1152
1152
'left ' ,
1153
1153
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1154
1154
),
1155
- 'Return 66.66% width of contentSize 413px, parent block wide alignment, image block center alignment ' => array (
1155
+ 'Return 66.66% width of contentSize 413px, group block wide alignment, columns block default alignment, image block center alignment ' => array (
1156
1156
'wide ' ,
1157
1157
'' ,
1158
1158
'center ' ,
1159
1159
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1160
1160
),
1161
- 'Return 66.66% width of contentSize 413px, parent block wide alignment, image block right alignment ' => array (
1161
+ 'Return 66.66% width of contentSize 413px, group block wide alignment, columns block default alignment, image block right alignment ' => array (
1162
1162
'wide ' ,
1163
1163
'' ,
1164
1164
'right ' ,
1165
1165
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1166
1166
),
1167
1167
1168
1168
// Parent full alignment.
1169
- 'Return 66.66% width of contentSize 413px, parent block full alignment, image block default alignment ' => array (
1169
+ 'Return 66.66% width of contentSize 413px, group block full alignment, columns block default alignment, image block default alignment ' => array (
1170
1170
'full ' ,
1171
1171
'' ,
1172
1172
'' ,
1173
1173
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1174
1174
),
1175
- 'Return 66.66% width of contentSize 413px, parent block full alignment, image block wide alignment ' => array (
1175
+ 'Return 66.66% width of contentSize 413px, group block full alignment, columns block default alignment, image block wide alignment ' => array (
1176
1176
'full ' ,
1177
1177
'' ,
1178
1178
'wide ' ,
1179
1179
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1180
1180
),
1181
- 'Return 66.66% width of contentSize 413px, parent block full alignment, image block full alignment ' => array (
1181
+ 'Return 66.66% width of contentSize 413px, group block full alignment, columns block default alignment, image block full alignment ' => array (
1182
1182
'full ' ,
1183
1183
'' ,
1184
1184
'full ' ,
1185
1185
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1186
1186
),
1187
- 'Return 66.66% width of contentSize 413px, parent block full alignment, image block left alignment ' => array (
1187
+ 'Return 66.66% width of contentSize 413px, group block full alignment, columns block default alignment, image block left alignment ' => array (
1188
1188
'full ' ,
1189
1189
'' ,
1190
1190
'left ' ,
1191
1191
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1192
1192
),
1193
- 'Return 66.66% width of contentSize 413px, parent block full alignment, image block center alignment ' => array (
1193
+ 'Return 66.66% width of contentSize 413px, group block full alignment, columns block default alignment, image block center alignment ' => array (
1194
1194
'full ' ,
1195
1195
'' ,
1196
1196
'center ' ,
1197
1197
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1198
1198
),
1199
- 'Return 66.66% width of contentSize 413px, parent block full alignment, image block right alignment ' => array (
1199
+ 'Return 66.66% width of contentSize 413px, group block full alignment, columns block default alignment, image block right alignment ' => array (
1200
1200
'full ' ,
1201
1201
'' ,
1202
1202
'right ' ,
1203
1203
'sizes="(max-width: 413px) 100vw, 413px" ' ,
1204
1204
),
1205
+ 'Return 66.66% width of wideSize 853px, group block full alignment, columns block wide alignment, image block left alignment ' => array (
1206
+ 'full ' ,
1207
+ 'wide ' ,
1208
+ 'left ' ,
1209
+ 'sizes="(max-width: 853px) 100vw, 853px" ' ,
1210
+ ),
1211
+ 'Return 66.66% width of contentSize 413px, group block full alignment, columns block wide alignment, image block center alignment ' => array (
1212
+ 'full ' ,
1213
+ 'wide ' ,
1214
+ 'center ' ,
1215
+ 'sizes="(max-width: 413px) 100vw, 413px" ' ,
1216
+ ),
1217
+ 'Return 66.66% width of wideSize 853px, group block full alignment, columns block wide alignment, image block right alignment ' => array (
1218
+ 'full ' ,
1219
+ 'wide ' ,
1220
+ 'right ' ,
1221
+ 'sizes="(max-width: 853px) 100vw, 853px" ' ,
1222
+ ),
1223
+ 'Return 66.66% width of wideSize 853px, group block wide alignment, columns block wide alignment, image block left alignment ' => array (
1224
+ 'wide ' ,
1225
+ 'wide ' ,
1226
+ 'left ' ,
1227
+ 'sizes="(max-width: 853px) 100vw, 853px" ' ,
1228
+ ),
1229
+ 'Return 66.66% width of contentSize 413px, group block wide alignment, columns block wide alignment, image block center alignment ' => array (
1230
+ 'wide ' ,
1231
+ 'wide ' ,
1232
+ 'center ' ,
1233
+ 'sizes="(max-width: 413px) 100vw, 413px" ' ,
1234
+ ),
1235
+ 'Return 66.66% width of wideSize 853px, group block wide alignment, columns block wide alignment, image block right alignment ' => array (
1236
+ 'wide ' ,
1237
+ 'wide ' ,
1238
+ 'right ' ,
1239
+ 'sizes="(max-width: 853px) 100vw, 853px" ' ,
1240
+ ),
1241
+ 'Return 66.66% width of wideSize 853px, group block full alignment, columns block full alignment, image block left alignment ' => array (
1242
+ 'full ' ,
1243
+ 'full ' ,
1244
+ 'left ' ,
1245
+ 'sizes="(max-width: 853px) 100vw, 853px" ' ,
1246
+ ),
1247
+ 'Return 66.66% width of contentSize 413px, group block full alignment, columns block full alignment, image block center alignment ' => array (
1248
+ 'full ' ,
1249
+ 'full ' ,
1250
+ 'center ' ,
1251
+ 'sizes="(max-width: 413px) 100vw, 413px" ' ,
1252
+ ),
1253
+ 'Return 66.66% width of wideSize 853px, group block full alignment, columns block full alignment, image block right alignment ' => array (
1254
+ 'full ' ,
1255
+ 'full ' ,
1256
+ 'right ' ,
1257
+ 'sizes="(max-width: 853px) 100vw, 853px" ' ,
1258
+ ),
1205
1259
);
1206
1260
}
1207
1261
0 commit comments