- Timestamp:
- 11/12/2018 02:26:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/tests/phpunit/data/blocks/fixtures/core__column.parsed.json
r43752 r43884 4 4 "attrs": {}, 5 5 "innerBlocks": [ 6 {7 "blockName": null,8 "attrs": {},9 "innerBlocks": [],10 "innerHTML": "\n<div class=\"wp-block-column\">\n\t"11 },12 6 { 13 7 "blockName": "core/paragraph", 14 8 "attrs": {}, 15 9 "innerBlocks": [], 16 "innerHTML": "\n\t<p>Column One, Paragraph One</p>\n\t" 10 "innerHTML": "\n\t<p>Column One, Paragraph One</p>\n\t", 11 "innerContent": [ "\n\t<p>Column One, Paragraph One</p>\n\t" ] 17 12 }, 18 {19 "blockName": null,20 "attrs": {},21 "innerBlocks": [],22 "innerHTML": "\n\t"23 },24 13 { 25 14 "blockName": "core/paragraph", 26 15 "attrs": {}, 27 16 "innerBlocks": [], 28 "innerHTML": "\n\t<p>Column One, Paragraph Two</p>\n\t" 29 }, 30 { 31 "blockName": null, 32 "attrs": {}, 33 "innerBlocks": [], 34 "innerHTML": "\n</div>\n" 35 } 36 ], 37 "innerHTML": "" 17 "innerHTML": "\n\t<p>Column One, Paragraph Two</p>\n\t", 18 "innerContent": [ "\n\t<p>Column One, Paragraph Two</p>\n\t" ] 19 } 20 ], 21 "innerHTML": "\n<div class=\"wp-block-column\">\n\t\n\t\n</div>\n", 22 "innerContent": [ "\n<div class=\"wp-block-column\">\n\t", null, "\n\t", null, "\n</div>\n" ] 38 23 }, 39 24 { … … 41 26 "attrs": {}, 42 27 "innerBlocks": [], 43 "innerHTML": "\n" 28 "innerHTML": "\n", 29 "innerContent": [ "\n" ] 44 30 } 45 31 ]
Note: See TracChangeset
for help on using the changeset viewer.