- Timestamp:
- 03/07/2023 05:46:16 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/data/blocks/fixtures/core__gallery__columns.parsed.json
r53261 r55471 3 3 "blockName": "core/gallery", 4 4 "attrs": { 5 " linkTo": "none",6 " className": "columns-1"5 "columns": 1, 6 "linkTo": "none" 7 7 }, 8 8 "innerBlocks": [ … … 10 10 "blockName": "core/image", 11 11 "attrs": { 12 "id": 1421, 12 13 "sizeSlug": "large", 13 "linkDestination": "none" 14 "linkDestination": "none", 15 "inheritedAttributes": { 16 "linkDestination": true, 17 "linkTarget": true, 18 "sizeSlug": true 19 } 14 20 }, 15 21 "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",22 "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 23 "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"24 "\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 25 ] 20 26 }, … … 22 28 "blockName": "core/image", 23 29 "attrs": { 30 "id": 1440, 24 31 "sizeSlug": "large", 25 "linkDestination": "none" 32 "linkDestination": "none", 33 "inheritedAttributes": { 34 "linkDestination": true, 35 "linkTarget": true, 36 "sizeSlug": true 37 } 26 38 }, 27 39 "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",40 "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 41 "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"42 "\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 43 ] 32 44 } 33 45 ], 34 "innerHTML": "\n<figure class=\"wp-block-gallery has-nested-images is-cropped columns-1\">\n\t\n\n\t\n</figure>\n",46 "innerHTML": "\n<figure class=\"wp-block-gallery has-nested-images columns-1 is-cropped\">\n\t\n\n\t\n</figure>\n", 35 47 "innerContent": [ 36 "\n<figure class=\"wp-block-gallery has-nested-images is-cropped columns-1\">\n\t",48 "\n<figure class=\"wp-block-gallery has-nested-images columns-1 is-cropped\">\n\t", 37 49 null, 38 50 "\n\n\t", … … 41 53 ] 42 54 }, 43 { 44 "blockName": null, 45 "attrs": {}, 46 "innerBlocks": [], 47 "innerHTML": "\n", 48 "innerContent": [ 49 "\n" 50 ] 51 } 55 { 56 "blockName": null, 57 "attrs": {}, 58 "innerBlocks": [], 59 "innerHTML": "\n", 60 "innerContent": [ "\n" ] 61 } 52 62 ]
Note: See TracChangeset
for help on using the changeset viewer.