- Timestamp:
- 04/25/2022 04:55:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/data/blocks/fixtures/core__gallery.parsed.json
r46587 r53261 1 1 [ 2 { 3 "blockName": "core/gallery", 4 "attrs": {}, 5 "innerBlocks": [], 6 "innerHTML": "\n<ul class=\"wp-block-gallery columns-2 is-cropped\">\n\t<li class=\"blocks-gallery-item\">\n\t\t<figure>\n\t\t\t<img src=\"https://cldup.com/uuUqE_dXzy.jpg\" alt=\"title\" />\n\t\t</figure>\n\t</li>\n\t<li class=\"blocks-gallery-item\">\n\t\t<figure>\n\t\t\t<img src=\"http://google.com/hi.png\" alt=\"title\" />\n\t\t</figure>\n\t</li>\n</ul>\n", 7 "innerContent": [ 8 "\n<ul class=\"wp-block-gallery columns-2 is-cropped\">\n\t<li class=\"blocks-gallery-item\">\n\t\t<figure>\n\t\t\t<img src=\"https://cldup.com/uuUqE_dXzy.jpg\" alt=\"title\" />\n\t\t</figure>\n\t</li>\n\t<li class=\"blocks-gallery-item\">\n\t\t<figure>\n\t\t\t<img src=\"http://google.com/hi.png\" alt=\"title\" />\n\t\t</figure>\n\t</li>\n</ul>\n" 9 ] 10 }, 2 { 3 "blockName": "core/gallery", 4 "attrs": { 5 "linkTo": "none", 6 "className": "columns-2" 7 }, 8 "innerBlocks": [ 9 { 10 "blockName": "core/image", 11 "attrs": { 12 "sizeSlug": "large", 13 "linkDestination": "none" 14 }, 15 "innerBlocks": [], 16 "innerHTML": "\n\t<figure class=\"wp-block-image size-large\">\n\t\t<img src=\"https://cldup.com/uuUqE_dXzy.jpg\" alt=\"Image gallery image\" />\n\t</figure>\n\t", 17 "innerContent": [ 18 "\n\t<figure class=\"wp-block-image size-large\">\n\t\t<img src=\"https://cldup.com/uuUqE_dXzy.jpg\" alt=\"Image gallery image\" />\n\t</figure>\n\t" 19 ] 20 }, 21 { 22 "blockName": "core/image", 23 "attrs": { 24 "sizeSlug": "large", 25 "linkDestination": "none" 26 }, 27 "innerBlocks": [], 28 "innerHTML": "\n\t<figure class=\"wp-block-image size-large\">\n\t\t<img src=\"http://google.com/hi.png\" alt=\"Image gallery image\" />\n\t</figure>\n\t", 29 "innerContent": [ 30 "\n\t<figure class=\"wp-block-image size-large\">\n\t\t<img src=\"http://google.com/hi.png\" alt=\"Image gallery image\" />\n\t</figure>\n\t" 31 ] 32 } 33 ], 34 "innerHTML": "\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped columns-2\">\n\t\n\n\t\n</figure>\n", 35 "innerContent": [ 36 "\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped columns-2\">\n\t", 37 null, 38 "\n\n\t", 39 null, 40 "\n</figure>\n" 41 ] 42 }, 11 43 { 12 44 "blockName": null,
Note: See TracChangeset
for help on using the changeset viewer.