- 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.json
r46587 r53261 1 1 [ 2 { 3 "clientId": "_clientId_0", 4 "name": "core/gallery", 5 "isValid": true, 6 "attributes": { 7 "images": [ 8 { 9 "url": "https://cldup.com/uuUqE_dXzy.jpg", 10 "alt": "title", 11 "caption": "" 12 }, 13 { 14 "url": "http://google.com/hi.png", 15 "alt": "title", 16 "caption": "" 17 } 18 ], 19 "imageCrop": true, 20 "linkTo": "none" 21 }, 22 "innerBlocks": [], 23 "originalContent": "<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>" 24 } 2 { 3 "name": "core/gallery", 4 "isValid": true, 5 "attributes": { 6 "images": [], 7 "ids": [], 8 "shortCodeTransforms": [], 9 "caption": "", 10 "imageCrop": true, 11 "fixedHeight": true, 12 "linkTo": "none", 13 "sizeSlug": "large", 14 "allowResize": false, 15 "className": "columns-2" 16 }, 17 "innerBlocks": [ 18 { 19 "name": "core/image", 20 "isValid": true, 21 "attributes": { 22 "url": "https://cldup.com/uuUqE_dXzy.jpg", 23 "alt": "Image gallery image", 24 "caption": "", 25 "sizeSlug": "large", 26 "linkDestination": "none" 27 }, 28 "innerBlocks": [] 29 }, 30 { 31 "name": "core/image", 32 "isValid": true, 33 "attributes": { 34 "url": "http://google.com/hi.png", 35 "alt": "Image gallery image", 36 "caption": "", 37 "sizeSlug": "large", 38 "linkDestination": "none" 39 }, 40 "innerBlocks": [] 41 } 42 ] 43 } 25 44 ]
Note: See TracChangeset
for help on using the changeset viewer.