@wordpress/block-library
Version:
Block library for the WordPress editor.
8 lines (7 loc) • 882 B
Source Map (JSON)
{
"version": 3,
"sources": ["../../src/term-template/index.js"],
"sourcesContent": ["import { layout as icon } from '@wordpress/icons';\nimport initBlock from '../utils/init-block';\nimport metadata from './block.json';\nimport edit from './edit';\nimport save from './save';\n\nconst { name } = metadata;\nexport { metadata, name };\n\nconst TEMPLATE = [ [ 'core/term-name' ] ];\n\nexport const settings = {\n\ticon,\n\ttemplate: TEMPLATE,\n\tedit,\n\tsave,\n\texample: {},\n};\n\nexport const init = () => initBlock( { name, metadata, settings } );\n"],
"mappings": ";AAAA,SAAS,UAAU,YAAY;AAC/B,OAAO,eAAe;AACtB,OAAO,cAAc;AACrB,OAAO,UAAU;AACjB,OAAO,UAAU;AAEjB,IAAM,EAAE,KAAK,IAAI;AAGjB,IAAM,WAAW,CAAE,CAAE,gBAAiB,CAAE;AAEjC,IAAM,WAAW;AAAA,EACvB;AAAA,EACA,UAAU;AAAA,EACV;AAAA,EACA;AAAA,EACA,SAAS,CAAC;AACX;AAEO,IAAM,OAAO,MAAM,UAAW,EAAE,MAAM,UAAU,SAAS,CAAE;",
"names": []
}