- 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__missing.parsed.json
r43751 r43884 3 3 "blockName": "unregistered/example", 4 4 "attrs": { 5 6 7 5 "attr1": "One", 6 "attr2": "Two" 7 }, 8 8 "innerBlocks": [], 9 "innerHTML": "\n<p>Testing missing block with some</p>\n<div class=\"wp-some-class\">\n\tHTML <span style=\"color: red;\">content</span>\n</div>\n" 9 "innerHTML": "\n<p>Testing missing block with some</p>\n<div class=\"wp-some-class\">\n\tHTML <span style=\"color: red;\">content</span>\n</div>\n", 10 "innerContent": [ "\n<p>Testing missing block with some</p>\n<div class=\"wp-some-class\">\n\tHTML <span style=\"color: red;\">content</span>\n</div>\n" ] 10 11 }, 11 12 { 12 "blockName": null, 13 "attrs": {}, 14 "innerBlocks": [], 15 "innerHTML": "\n" 13 "blockName": null, 14 "attrs": {}, 15 "innerBlocks": [], 16 "innerHTML": "\n", 17 "innerContent": [ "\n" ] 16 18 } 17 19 ]
Note: See TracChangeset
for help on using the changeset viewer.