Closed rsm0128 closed 1 year ago
Fix #49 For the core/gallery block, default columns value is determined by JS and it's not available in json data.
js/dist/block-library.js line 16737
function defaultColumnsNumber(imageCount) { return imageCount ? Math.min(3, imageCount) : 3; }
Fix #49 For the core/gallery block, default columns value is determined by JS and it's not available in json data.
js/dist/block-library.js line 16737