@wordpress/block-library
Version:
Block library for the WordPress editor.
8 lines (7 loc) • 661 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": ";AAGA,SAAS,aAAa,UAAU,qBAAqB;AAInD,SACC,KADD;AAFa,SAAR,KAAuB,EAAE,WAAW,GAAI;AAC9C,SACC,qBAAC,QAAK,GAAG,cAAc,KAAK,GAC3B;AAAA,wBAAC,SAAS,SAAT,EAAiB,OAAQ,WAAW,SAAU;AAAA,IAC/C,oBAAC,YAAY,SAAZ,EAAoB;AAAA,KACtB;AAEF;",
"names": []
}