@wordpress/edit-post
Version:
Edit Post module for WordPress.
8 lines (7 loc) • 640 B
Source Map (JSON)
{
"version": 3,
"sources": ["../../src/store/constants.js"],
"sourcesContent": ["/**\n * The identifier for the data store.\n *\n * @type {string}\n */\nexport const STORE_NAME = 'core/edit-post';\n\n/**\n * CSS selector string for the admin bar view post link anchor tag.\n *\n * @type {string}\n */\nexport const VIEW_AS_LINK_SELECTOR = '#wp-admin-bar-view a';\n\n/**\n * CSS selector string for the admin bar preview post link anchor tag.\n *\n * @type {string}\n */\nexport const VIEW_AS_PREVIEW_LINK_SELECTOR = '#wp-admin-bar-preview a';\n"],
"mappings": ";AAKO,IAAM,aAAa;AAOnB,IAAM,wBAAwB;AAO9B,IAAM,gCAAgC;",
"names": []
}