@wordpress/block-library
Version:
Block library for the WordPress editor.
8 lines (7 loc) • 683 B
Source Map (JSON)
{
"version": 3,
"sources": ["../../src/list-item/save.js"],
"sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { InnerBlocks, RichText, useBlockProps } from '@wordpress/block-editor';\n\nexport default function save( { attributes } ) {\n\treturn (\n\t\t<li { ...useBlockProps.save() }>\n\t\t\t<RichText.Content value={ attributes.content } />\n\t\t\t<InnerBlocks.Content />\n\t\t</li>\n\t);\n}\n"],
"mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,0BAAqD;AAInD;AAFa,SAAR,KAAuB,EAAE,WAAW,GAAI;AAC9C,SACC,6CAAC,QAAK,GAAG,kCAAc,KAAK,GAC3B;AAAA,gDAAC,6BAAS,SAAT,EAAiB,OAAQ,WAAW,SAAU;AAAA,IAC/C,4CAAC,gCAAY,SAAZ,EAAoB;AAAA,KACtB;AAEF;",
"names": []
}