@wordpress/blocks
Version:
Block API for WordPress.
8 lines (7 loc) • 819 B
Source Map (JSON)
{
"version": 3,
"sources": ["../src/index.js"],
"sourcesContent": ["// A \"block\" is the abstract term used to describe units of markup that,\n// when composed together, form the content or layout of a page.\n// The API for blocks is exposed via `wp.blocks`.\n//\n// Supported blocks are registered by calling `registerBlockType`. Once registered,\n// the block is made available as an option to the editor interface.\n//\n// Blocks are inferred from the HTML source of a post through a parsing mechanism\n// and then stored as objects in state, from which it is then rendered for editing.\n\nexport { store } from './store';\nexport * from './api';\nexport * from './deprecated';\n"],
"mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAUA,mBAAsB;AACtB,0BAAc,4BAXd;AAYA,0BAAc,6BAZd;",
"names": []
}