- Timestamp:
- 03/07/2023 05:46:16 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/data/blocks/fixtures/core__gallery.parsed.json
r53261 r55471 10 10 "blockName": "core/image", 11 11 "attrs": { 12 "id": 1421, 12 13 "sizeSlug": "large", 13 14 "linkDestination": "none" 14 15 }, 15 16 "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 "innerHTML": "\n\t<figure class=\"wp-block-image size-large\">\n\t\t<img\n\t\t\tsrc=\"https://sergioestevaofolio.files.wordpress.com/2016/09/cropped-img_9054-1.jpg?w=190\"\n\t\t\talt=\"Image gallery image\"\n\t\t\tclass=\"wp-image-1421\"\n\t\t/>\n\t</figure>\n\t", 17 18 "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 "\n\t<figure class=\"wp-block-image size-large\">\n\t\t<img\n\t\t\tsrc=\"https://sergioestevaofolio.files.wordpress.com/2016/09/cropped-img_9054-1.jpg?w=190\"\n\t\t\talt=\"Image gallery image\"\n\t\t\tclass=\"wp-image-1421\"\n\t\t/>\n\t</figure>\n\t" 19 20 ] 20 21 }, … … 22 23 "blockName": "core/image", 23 24 "attrs": { 25 "id": 1440, 24 26 "sizeSlug": "large", 25 27 "linkDestination": "none" 26 28 }, 27 29 "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",30 "innerHTML": "\n\t<figure class=\"wp-block-image size-large\">\n\t\t<img\n\t\t\tsrc=\"https://sergioestevaofolio.files.wordpress.com/2017/09/cropped-l1001498-1.jpg?w=580\"\n\t\t\talt=\"Image gallery image\"\n\t\t\tclass=\"wp-image-1440\"\n\t\t/>\n\t</figure>\n\t", 29 31 "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"32 "\n\t<figure class=\"wp-block-image size-large\">\n\t\t<img\n\t\t\tsrc=\"https://sergioestevaofolio.files.wordpress.com/2017/09/cropped-l1001498-1.jpg?w=580\"\n\t\t\talt=\"Image gallery image\"\n\t\t\tclass=\"wp-image-1440\"\n\t\t/>\n\t</figure>\n\t" 31 33 ] 32 34 } 33 35 ], 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",36 "innerHTML": "\n<figure\n\tclass=\"wp-block-gallery has-nested-images columns-default is-cropped columns-2\"\n>\n\t\n\n\t\n</figure>\n", 35 37 "innerContent": [ 36 "\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped columns-2\">\n\t",38 "\n<figure\n\tclass=\"wp-block-gallery has-nested-images columns-default is-cropped columns-2\"\n>\n\t", 37 39 null, 38 40 "\n\n\t", … … 41 43 ] 42 44 }, 43 { 44 "blockName": null, 45 "attrs": {}, 46 "innerBlocks": [], 47 "innerHTML": "\n", 48 "innerContent": [ 49 "\n" 50 ] 51 } 45 { 46 "blockName": null, 47 "attrs": {}, 48 "innerBlocks": [], 49 "innerHTML": "\n", 50 "innerContent": [ "\n" ] 51 } 52 52 53 ]
Note: See TracChangeset
for help on using the changeset viewer.