@wordpress/edit-site 5.27.0 → 5.27.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/block-editor/back-button.js +2 -3
- package/build/components/block-editor/back-button.js.map +1 -1
- package/build/components/block-editor/site-editor-canvas.js +8 -2
- package/build/components/block-editor/site-editor-canvas.js.map +1 -1
- package/build/components/block-editor/use-post-link-props.js +5 -1
- package/build/components/block-editor/use-post-link-props.js.map +1 -1
- package/build/components/editor/index.js +7 -7
- package/build/components/editor/index.js.map +1 -1
- package/build/components/global-styles/font-library-modal/context.js +14 -0
- package/build/components/global-styles/font-library-modal/context.js.map +1 -1
- package/build/components/global-styles/font-library-modal/font-collection.js +17 -33
- package/build/components/global-styles/font-library-modal/font-collection.js.map +1 -1
- package/build/components/global-styles/font-library-modal/font-demo.js +1 -1
- package/build/components/global-styles/font-library-modal/font-demo.js.map +1 -1
- package/build/components/global-styles/font-library-modal/google-fonts-confirm-dialog.js +1 -1
- package/build/components/global-styles/font-library-modal/google-fonts-confirm-dialog.js.map +1 -1
- package/build/components/global-styles/font-library-modal/index.js +10 -3
- package/build/components/global-styles/font-library-modal/index.js.map +1 -1
- package/build/components/global-styles/font-library-modal/installed-fonts.js +8 -21
- package/build/components/global-styles/font-library-modal/installed-fonts.js.map +1 -1
- package/build/components/global-styles/font-library-modal/library-font-variant.js +2 -2
- package/build/components/global-styles/font-library-modal/library-font-variant.js.map +1 -1
- package/build/components/global-styles/font-library-modal/resolvers.js +1 -1
- package/build/components/global-styles/font-library-modal/resolvers.js.map +1 -1
- package/build/components/global-styles/font-library-modal/tab-panel-layout.js +14 -2
- package/build/components/global-styles/font-library-modal/tab-panel-layout.js.map +1 -1
- package/build/components/global-styles/font-library-modal/upload-fonts.js +160 -4
- package/build/components/global-styles/font-library-modal/upload-fonts.js.map +1 -1
- package/build/components/global-styles/font-library-modal/utils/index.js +33 -31
- package/build/components/global-styles/font-library-modal/utils/index.js.map +1 -1
- package/build/components/global-styles/screen-block.js +10 -0
- package/build/components/global-styles/screen-block.js.map +1 -1
- package/build/components/routes/link.js +1 -1
- package/build/components/routes/link.js.map +1 -1
- package/build/components/sidebar-edit-mode/index.js +1 -2
- package/build/components/sidebar-edit-mode/index.js.map +1 -1
- package/build/components/sidebar-edit-mode/settings-header/index.js +7 -36
- package/build/components/sidebar-edit-mode/settings-header/index.js.map +1 -1
- package/build/components/welcome-guide/template.js +2 -2
- package/build/components/welcome-guide/template.js.map +1 -1
- package/build/hooks/commands/use-edit-mode-commands.js +16 -6
- package/build/hooks/commands/use-edit-mode-commands.js.map +1 -1
- package/build-module/components/block-editor/back-button.js +2 -3
- package/build-module/components/block-editor/back-button.js.map +1 -1
- package/build-module/components/block-editor/site-editor-canvas.js +8 -2
- package/build-module/components/block-editor/site-editor-canvas.js.map +1 -1
- package/build-module/components/block-editor/use-post-link-props.js +5 -1
- package/build-module/components/block-editor/use-post-link-props.js.map +1 -1
- package/build-module/components/editor/index.js +7 -7
- package/build-module/components/editor/index.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/context.js +14 -0
- package/build-module/components/global-styles/font-library-modal/context.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/font-collection.js +19 -35
- package/build-module/components/global-styles/font-library-modal/font-collection.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/font-demo.js +1 -1
- package/build-module/components/global-styles/font-library-modal/font-demo.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/google-fonts-confirm-dialog.js +1 -1
- package/build-module/components/global-styles/font-library-modal/google-fonts-confirm-dialog.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/index.js +10 -3
- package/build-module/components/global-styles/font-library-modal/index.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/installed-fonts.js +9 -22
- package/build-module/components/global-styles/font-library-modal/installed-fonts.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/library-font-variant.js +2 -2
- package/build-module/components/global-styles/font-library-modal/library-font-variant.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/resolvers.js +1 -1
- package/build-module/components/global-styles/font-library-modal/resolvers.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/tab-panel-layout.js +15 -3
- package/build-module/components/global-styles/font-library-modal/tab-panel-layout.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/upload-fonts.js +162 -6
- package/build-module/components/global-styles/font-library-modal/upload-fonts.js.map +1 -1
- package/build-module/components/global-styles/font-library-modal/utils/index.js +32 -30
- package/build-module/components/global-styles/font-library-modal/utils/index.js.map +1 -1
- package/build-module/components/global-styles/screen-block.js +10 -0
- package/build-module/components/global-styles/screen-block.js.map +1 -1
- package/build-module/components/routes/link.js +1 -1
- package/build-module/components/routes/link.js.map +1 -1
- package/build-module/components/sidebar-edit-mode/index.js +1 -2
- package/build-module/components/sidebar-edit-mode/index.js.map +1 -1
- package/build-module/components/sidebar-edit-mode/settings-header/index.js +7 -36
- package/build-module/components/sidebar-edit-mode/settings-header/index.js.map +1 -1
- package/build-module/components/welcome-guide/template.js +2 -2
- package/build-module/components/welcome-guide/template.js.map +1 -1
- package/build-module/hooks/commands/use-edit-mode-commands.js +16 -6
- package/build-module/hooks/commands/use-edit-mode-commands.js.map +1 -1
- package/build-style/style-rtl.css +16 -31
- package/build-style/style.css +16 -31
- package/package.json +13 -13
- package/src/components/block-editor/back-button.js +6 -3
- package/src/components/block-editor/site-editor-canvas.js +19 -12
- package/src/components/block-editor/use-post-link-props.js +5 -1
- package/src/components/editor/index.js +4 -9
- package/src/components/global-styles/font-library-modal/context.js +14 -0
- package/src/components/global-styles/font-library-modal/font-collection.js +16 -40
- package/src/components/global-styles/font-library-modal/font-demo.js +1 -1
- package/src/components/global-styles/font-library-modal/google-fonts-confirm-dialog.js +1 -1
- package/src/components/global-styles/font-library-modal/index.js +8 -3
- package/src/components/global-styles/font-library-modal/installed-fonts.js +12 -31
- package/src/components/global-styles/font-library-modal/library-font-variant.js +2 -2
- package/src/components/global-styles/font-library-modal/resolvers.js +1 -1
- package/src/components/global-styles/font-library-modal/style.scss +20 -43
- package/src/components/global-styles/font-library-modal/tab-panel-layout.js +45 -26
- package/src/components/global-styles/font-library-modal/upload-fonts.js +201 -6
- package/src/components/global-styles/font-library-modal/utils/index.js +44 -38
- package/src/components/global-styles/screen-block.js +10 -0
- package/src/components/routes/link.js +1 -1
- package/src/components/sidebar-edit-mode/index.js +1 -4
- package/src/components/sidebar-edit-mode/settings-header/index.js +12 -34
- package/src/components/welcome-guide/template.js +2 -2
- package/src/hooks/commands/use-edit-mode-commands.js +26 -14
- package/build/components/global-styles/font-library-modal/local-fonts.js +0 -196
- package/build/components/global-styles/font-library-modal/local-fonts.js.map +0 -1
- package/build-module/components/global-styles/font-library-modal/local-fonts.js +0 -187
- package/build-module/components/global-styles/font-library-modal/local-fonts.js.map +0 -1
- package/src/components/global-styles/font-library-modal/local-fonts.js +0 -239
|
@@ -14,8 +14,6 @@ var _interface = require("@wordpress/interface");
|
|
|
14
14
|
var _editor = require("@wordpress/editor");
|
|
15
15
|
var _constants = require("../../../store/constants");
|
|
16
16
|
var _constants2 = require("../constants");
|
|
17
|
-
var _store = require("../../../store");
|
|
18
|
-
var _constants3 = require("../../../utils/constants");
|
|
19
17
|
/**
|
|
20
18
|
* External dependencies
|
|
21
19
|
*/
|
|
@@ -31,42 +29,15 @@ var _constants3 = require("../../../utils/constants");
|
|
|
31
29
|
const SettingsHeader = ({
|
|
32
30
|
sidebarName
|
|
33
31
|
}) => {
|
|
34
|
-
const
|
|
35
|
-
isEditingPage,
|
|
36
|
-
entityType
|
|
37
|
-
} = (0, _data.useSelect)(select => {
|
|
38
|
-
const {
|
|
39
|
-
getEditedPostType,
|
|
40
|
-
isPage
|
|
41
|
-
} = select(_store.store);
|
|
42
|
-
const {
|
|
43
|
-
getRenderingMode
|
|
44
|
-
} = select(_editor.store);
|
|
45
|
-
return {
|
|
46
|
-
isEditingPage: isPage() && getRenderingMode() !== 'template-only',
|
|
47
|
-
entityType: getEditedPostType()
|
|
48
|
-
};
|
|
49
|
-
});
|
|
50
|
-
const entityLabel = _constants3.POST_TYPE_LABELS[entityType] || _constants3.POST_TYPE_LABELS[_constants3.TEMPLATE_POST_TYPE];
|
|
32
|
+
const postTypeLabel = (0, _data.useSelect)(select => select(_editor.store).getPostTypeLabel(), []);
|
|
51
33
|
const {
|
|
52
34
|
enableComplementaryArea
|
|
53
35
|
} = (0, _data.useDispatch)(_interface.store);
|
|
54
36
|
const openTemplateSettings = () => enableComplementaryArea(_constants.STORE_NAME, _constants2.SIDEBAR_TEMPLATE);
|
|
55
37
|
const openBlockSettings = () => enableComplementaryArea(_constants.STORE_NAME, _constants2.SIDEBAR_BLOCK);
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
// translators: ARIA label for the Template sidebar tab, selected.
|
|
60
|
-
(0, _i18n.__)('Page (selected)') :
|
|
61
|
-
// translators: ARIA label for the Template Settings Sidebar tab, not selected.
|
|
62
|
-
(0, _i18n.__)('Page');
|
|
63
|
-
} else {
|
|
64
|
-
templateAriaLabel = sidebarName === _constants2.SIDEBAR_TEMPLATE ?
|
|
65
|
-
// translators: ARIA label for the Template sidebar tab, selected.
|
|
66
|
-
(0, _i18n.sprintf)((0, _i18n.__)('%s (selected)'), entityLabel) :
|
|
67
|
-
// translators: ARIA label for the Template Settings Sidebar tab, not selected.
|
|
68
|
-
entityLabel;
|
|
69
|
-
}
|
|
38
|
+
const documentAriaLabel = sidebarName === _constants2.SIDEBAR_TEMPLATE ?
|
|
39
|
+
// translators: ARIA label for the Template sidebar tab, selected.
|
|
40
|
+
(0, _i18n.sprintf)((0, _i18n.__)('%s (selected)'), postTypeLabel) : postTypeLabel;
|
|
70
41
|
|
|
71
42
|
/* Use a list so screen readers will announce how many tabs there are. */
|
|
72
43
|
return (0, _react.createElement)("ul", null, (0, _react.createElement)("li", null, (0, _react.createElement)(_components.Button, {
|
|
@@ -74,9 +45,9 @@ const SettingsHeader = ({
|
|
|
74
45
|
className: (0, _classnames.default)('edit-site-sidebar-edit-mode__panel-tab', {
|
|
75
46
|
'is-active': sidebarName === _constants2.SIDEBAR_TEMPLATE
|
|
76
47
|
}),
|
|
77
|
-
"aria-label":
|
|
78
|
-
"data-label":
|
|
79
|
-
},
|
|
48
|
+
"aria-label": documentAriaLabel,
|
|
49
|
+
"data-label": postTypeLabel
|
|
50
|
+
}, postTypeLabel)), (0, _react.createElement)("li", null, (0, _react.createElement)(_components.Button, {
|
|
80
51
|
onClick: openBlockSettings,
|
|
81
52
|
className: (0, _classnames.default)('edit-site-sidebar-edit-mode__panel-tab', {
|
|
82
53
|
'is-active': sidebarName === _constants2.SIDEBAR_BLOCK
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_classnames","_interopRequireDefault","require","_components","_i18n","_data","_interface","_editor","_constants","_constants2","
|
|
1
|
+
{"version":3,"names":["_classnames","_interopRequireDefault","require","_components","_i18n","_data","_interface","_editor","_constants","_constants2","SettingsHeader","sidebarName","postTypeLabel","useSelect","select","editorStore","getPostTypeLabel","enableComplementaryArea","useDispatch","interfaceStore","openTemplateSettings","STORE_NAME","SIDEBAR_TEMPLATE","openBlockSettings","SIDEBAR_BLOCK","documentAriaLabel","sprintf","__","_react","createElement","Button","onClick","className","classnames","_default","exports","default"],"sources":["@wordpress/edit-site/src/components/sidebar-edit-mode/settings-header/index.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport classnames from 'classnames';\n\n/**\n * WordPress dependencies\n */\nimport { Button } from '@wordpress/components';\nimport { __, sprintf } from '@wordpress/i18n';\nimport { useSelect, useDispatch } from '@wordpress/data';\nimport { store as interfaceStore } from '@wordpress/interface';\nimport { store as editorStore } from '@wordpress/editor';\n\n/**\n * Internal dependencies\n */\nimport { STORE_NAME } from '../../../store/constants';\nimport { SIDEBAR_BLOCK, SIDEBAR_TEMPLATE } from '../constants';\n\nconst SettingsHeader = ( { sidebarName } ) => {\n\tconst postTypeLabel = useSelect(\n\t\t( select ) => select( editorStore ).getPostTypeLabel(),\n\t\t[]\n\t);\n\n\tconst { enableComplementaryArea } = useDispatch( interfaceStore );\n\tconst openTemplateSettings = () =>\n\t\tenableComplementaryArea( STORE_NAME, SIDEBAR_TEMPLATE );\n\tconst openBlockSettings = () =>\n\t\tenableComplementaryArea( STORE_NAME, SIDEBAR_BLOCK );\n\n\tconst documentAriaLabel =\n\t\tsidebarName === SIDEBAR_TEMPLATE\n\t\t\t? // translators: ARIA label for the Template sidebar tab, selected.\n\t\t\t sprintf( __( '%s (selected)' ), postTypeLabel )\n\t\t\t: postTypeLabel;\n\n\t/* Use a list so screen readers will announce how many tabs there are. */\n\treturn (\n\t\t<ul>\n\t\t\t<li>\n\t\t\t\t<Button\n\t\t\t\t\tonClick={ openTemplateSettings }\n\t\t\t\t\tclassName={ classnames(\n\t\t\t\t\t\t'edit-site-sidebar-edit-mode__panel-tab',\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t'is-active': sidebarName === SIDEBAR_TEMPLATE,\n\t\t\t\t\t\t}\n\t\t\t\t\t) }\n\t\t\t\t\taria-label={ documentAriaLabel }\n\t\t\t\t\tdata-label={ postTypeLabel }\n\t\t\t\t>\n\t\t\t\t\t{ postTypeLabel }\n\t\t\t\t</Button>\n\t\t\t</li>\n\t\t\t<li>\n\t\t\t\t<Button\n\t\t\t\t\tonClick={ openBlockSettings }\n\t\t\t\t\tclassName={ classnames(\n\t\t\t\t\t\t'edit-site-sidebar-edit-mode__panel-tab',\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t'is-active': sidebarName === SIDEBAR_BLOCK,\n\t\t\t\t\t\t}\n\t\t\t\t\t) }\n\t\t\t\t\taria-label={\n\t\t\t\t\t\tsidebarName === SIDEBAR_BLOCK\n\t\t\t\t\t\t\t? // translators: ARIA label for the Block Settings Sidebar tab, selected.\n\t\t\t\t\t\t\t __( 'Block (selected)' )\n\t\t\t\t\t\t\t: // translators: ARIA label for the Block Settings Sidebar tab, not selected.\n\t\t\t\t\t\t\t __( 'Block' )\n\t\t\t\t\t}\n\t\t\t\t\tdata-label={ __( 'Block' ) }\n\t\t\t\t>\n\t\t\t\t\t{ __( 'Block' ) }\n\t\t\t\t</Button>\n\t\t\t</li>\n\t\t</ul>\n\t);\n};\n\nexport default SettingsHeader;\n"],"mappings":";;;;;;;;AAGA,IAAAA,WAAA,GAAAC,sBAAA,CAAAC,OAAA;AAKA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,KAAA,GAAAF,OAAA;AACA,IAAAG,KAAA,GAAAH,OAAA;AACA,IAAAI,UAAA,GAAAJ,OAAA;AACA,IAAAK,OAAA,GAAAL,OAAA;AAKA,IAAAM,UAAA,GAAAN,OAAA;AACA,IAAAO,WAAA,GAAAP,OAAA;AAlBA;AACA;AACA;;AAGA;AACA;AACA;;AAOA;AACA;AACA;;AAIA,MAAMQ,cAAc,GAAGA,CAAE;EAAEC;AAAY,CAAC,KAAM;EAC7C,MAAMC,aAAa,GAAG,IAAAC,eAAS,EAC5BC,MAAM,IAAMA,MAAM,CAAEC,aAAY,CAAC,CAACC,gBAAgB,CAAC,CAAC,EACtD,EACD,CAAC;EAED,MAAM;IAAEC;EAAwB,CAAC,GAAG,IAAAC,iBAAW,EAAEC,gBAAe,CAAC;EACjE,MAAMC,oBAAoB,GAAGA,CAAA,KAC5BH,uBAAuB,CAAEI,qBAAU,EAAEC,4BAAiB,CAAC;EACxD,MAAMC,iBAAiB,GAAGA,CAAA,KACzBN,uBAAuB,CAAEI,qBAAU,EAAEG,yBAAc,CAAC;EAErD,MAAMC,iBAAiB,GACtBd,WAAW,KAAKW,4BAAgB;EAC7B;EACA,IAAAI,aAAO,EAAE,IAAAC,QAAE,EAAE,eAAgB,CAAC,EAAEf,aAAc,CAAC,GAC/CA,aAAa;;EAEjB;EACA,OACC,IAAAgB,MAAA,CAAAC,aAAA,cACC,IAAAD,MAAA,CAAAC,aAAA,cACC,IAAAD,MAAA,CAAAC,aAAA,EAAC1B,WAAA,CAAA2B,MAAM;IACNC,OAAO,EAAGX,oBAAsB;IAChCY,SAAS,EAAG,IAAAC,mBAAU,EACrB,wCAAwC,EACxC;MACC,WAAW,EAAEtB,WAAW,KAAKW;IAC9B,CACD,CAAG;IACH,cAAaG,iBAAmB;IAChC,cAAab;EAAe,GAE1BA,aACK,CACL,CAAC,EACL,IAAAgB,MAAA,CAAAC,aAAA,cACC,IAAAD,MAAA,CAAAC,aAAA,EAAC1B,WAAA,CAAA2B,MAAM;IACNC,OAAO,EAAGR,iBAAmB;IAC7BS,SAAS,EAAG,IAAAC,mBAAU,EACrB,wCAAwC,EACxC;MACC,WAAW,EAAEtB,WAAW,KAAKa;IAC9B,CACD,CAAG;IACH,cACCb,WAAW,KAAKa,yBAAa;IAC1B;IACA,IAAAG,QAAE,EAAE,kBAAmB,CAAC;IACxB;IACA,IAAAA,QAAE,EAAE,OAAQ,CACf;IACD,cAAa,IAAAA,QAAE,EAAE,OAAQ;EAAG,GAE1B,IAAAA,QAAE,EAAE,OAAQ,CACP,CACL,CACD,CAAC;AAEP,CAAC;AAAC,IAAAO,QAAA,GAEaxB,cAAc;AAAAyB,OAAA,CAAAC,OAAA,GAAAF,QAAA"}
|
|
@@ -30,9 +30,9 @@ function WelcomeGuideTemplate() {
|
|
|
30
30
|
isPage
|
|
31
31
|
} = select(_store.store);
|
|
32
32
|
const {
|
|
33
|
-
|
|
33
|
+
getCurrentPostType
|
|
34
34
|
} = select(_editor.store);
|
|
35
|
-
return isTemplateActive && !isEditorActive && isPage() &&
|
|
35
|
+
return isTemplateActive && !isEditorActive && isPage() && getCurrentPostType() === 'wp_template';
|
|
36
36
|
}, []);
|
|
37
37
|
if (!isVisible) {
|
|
38
38
|
return null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_data","require","_components","_i18n","_preferences","_editor","_store","WelcomeGuideTemplate","toggle","useDispatch","preferencesStore","isVisible","useSelect","select","isTemplateActive","get","isEditorActive","isPage","editSiteStore","
|
|
1
|
+
{"version":3,"names":["_data","require","_components","_i18n","_preferences","_editor","_store","WelcomeGuideTemplate","toggle","useDispatch","preferencesStore","isVisible","useSelect","select","isTemplateActive","get","isEditorActive","isPage","editSiteStore","getCurrentPostType","editorStore","heading","__","_react","createElement","Guide","className","contentLabel","finishButtonText","onFinish","pages","image","autoPlay","loop","muted","width","height","src","type","content","Fragment"],"sources":["@wordpress/edit-site/src/components/welcome-guide/template.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useDispatch, useSelect } from '@wordpress/data';\nimport { Guide } from '@wordpress/components';\nimport { __ } from '@wordpress/i18n';\nimport { store as preferencesStore } from '@wordpress/preferences';\nimport { store as editorStore } from '@wordpress/editor';\n\n/**\n * Internal dependencies\n */\nimport { store as editSiteStore } from '../../store';\n\nexport default function WelcomeGuideTemplate() {\n\tconst { toggle } = useDispatch( preferencesStore );\n\n\tconst isVisible = useSelect( ( select ) => {\n\t\tconst isTemplateActive = !! select( preferencesStore ).get(\n\t\t\t'core/edit-site',\n\t\t\t'welcomeGuideTemplate'\n\t\t);\n\t\tconst isEditorActive = !! select( preferencesStore ).get(\n\t\t\t'core/edit-site',\n\t\t\t'welcomeGuide'\n\t\t);\n\t\tconst { isPage } = select( editSiteStore );\n\t\tconst { getCurrentPostType } = select( editorStore );\n\t\treturn (\n\t\t\tisTemplateActive &&\n\t\t\t! isEditorActive &&\n\t\t\tisPage() &&\n\t\t\tgetCurrentPostType() === 'wp_template'\n\t\t);\n\t}, [] );\n\n\tif ( ! isVisible ) {\n\t\treturn null;\n\t}\n\n\tconst heading = __( 'Editing a template' );\n\n\treturn (\n\t\t<Guide\n\t\t\tclassName=\"edit-site-welcome-guide guide-template\"\n\t\t\tcontentLabel={ heading }\n\t\t\tfinishButtonText={ __( 'Continue' ) }\n\t\t\tonFinish={ () =>\n\t\t\t\ttoggle( 'core/edit-site', 'welcomeGuideTemplate' )\n\t\t\t}\n\t\t\tpages={ [\n\t\t\t\t{\n\t\t\t\t\timage: (\n\t\t\t\t\t\t<video\n\t\t\t\t\t\t\tclassName=\"edit-site-welcome-guide__video\"\n\t\t\t\t\t\t\tautoPlay\n\t\t\t\t\t\t\tloop\n\t\t\t\t\t\t\tmuted\n\t\t\t\t\t\t\twidth=\"312\"\n\t\t\t\t\t\t\theight=\"240\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<source\n\t\t\t\t\t\t\t\tsrc=\"https://s.w.org/images/block-editor/editing-your-template.mp4\"\n\t\t\t\t\t\t\t\ttype=\"video/mp4\"\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</video>\n\t\t\t\t\t),\n\t\t\t\t\tcontent: (\n\t\t\t\t\t\t<>\n\t\t\t\t\t\t\t<h1 className=\"edit-site-welcome-guide__heading\">\n\t\t\t\t\t\t\t\t{ heading }\n\t\t\t\t\t\t\t</h1>\n\t\t\t\t\t\t\t<p className=\"edit-site-welcome-guide__text\">\n\t\t\t\t\t\t\t\t{ __(\n\t\t\t\t\t\t\t\t\t'Note that the same template can be used by multiple pages, so any changes made here may affect other pages on the site. To switch back to editing the page content click the ‘Back’ button in the toolbar.'\n\t\t\t\t\t\t\t\t) }\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</>\n\t\t\t\t\t),\n\t\t\t\t},\n\t\t\t] }\n\t\t/>\n\t);\n}\n"],"mappings":";;;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,KAAA,GAAAF,OAAA;AACA,IAAAG,YAAA,GAAAH,OAAA;AACA,IAAAI,OAAA,GAAAJ,OAAA;AAKA,IAAAK,MAAA,GAAAL,OAAA;AAZA;AACA;AACA;;AAOA;AACA;AACA;;AAGe,SAASM,oBAAoBA,CAAA,EAAG;EAC9C,MAAM;IAAEC;EAAO,CAAC,GAAG,IAAAC,iBAAW,EAAEC,kBAAiB,CAAC;EAElD,MAAMC,SAAS,GAAG,IAAAC,eAAS,EAAIC,MAAM,IAAM;IAC1C,MAAMC,gBAAgB,GAAG,CAAC,CAAED,MAAM,CAAEH,kBAAiB,CAAC,CAACK,GAAG,CACzD,gBAAgB,EAChB,sBACD,CAAC;IACD,MAAMC,cAAc,GAAG,CAAC,CAAEH,MAAM,CAAEH,kBAAiB,CAAC,CAACK,GAAG,CACvD,gBAAgB,EAChB,cACD,CAAC;IACD,MAAM;MAAEE;IAAO,CAAC,GAAGJ,MAAM,CAAEK,YAAc,CAAC;IAC1C,MAAM;MAAEC;IAAmB,CAAC,GAAGN,MAAM,CAAEO,aAAY,CAAC;IACpD,OACCN,gBAAgB,IAChB,CAAEE,cAAc,IAChBC,MAAM,CAAC,CAAC,IACRE,kBAAkB,CAAC,CAAC,KAAK,aAAa;EAExC,CAAC,EAAE,EAAG,CAAC;EAEP,IAAK,CAAER,SAAS,EAAG;IAClB,OAAO,IAAI;EACZ;EAEA,MAAMU,OAAO,GAAG,IAAAC,QAAE,EAAE,oBAAqB,CAAC;EAE1C,OACC,IAAAC,MAAA,CAAAC,aAAA,EAACtB,WAAA,CAAAuB,KAAK;IACLC,SAAS,EAAC,wCAAwC;IAClDC,YAAY,EAAGN,OAAS;IACxBO,gBAAgB,EAAG,IAAAN,QAAE,EAAE,UAAW,CAAG;IACrCO,QAAQ,EAAGA,CAAA,KACVrB,MAAM,CAAE,gBAAgB,EAAE,sBAAuB,CACjD;IACDsB,KAAK,EAAG,CACP;MACCC,KAAK,EACJ,IAAAR,MAAA,CAAAC,aAAA;QACCE,SAAS,EAAC,gCAAgC;QAC1CM,QAAQ;QACRC,IAAI;QACJC,KAAK;QACLC,KAAK,EAAC,KAAK;QACXC,MAAM,EAAC;MAAK,GAEZ,IAAAb,MAAA,CAAAC,aAAA;QACCa,GAAG,EAAC,+DAA+D;QACnEC,IAAI,EAAC;MAAW,CAChB,CACK,CACP;MACDC,OAAO,EACN,IAAAhB,MAAA,CAAAC,aAAA,EAAAD,MAAA,CAAAiB,QAAA,QACC,IAAAjB,MAAA,CAAAC,aAAA;QAAIE,SAAS,EAAC;MAAkC,GAC7CL,OACC,CAAC,EACL,IAAAE,MAAA,CAAAC,aAAA;QAAGE,SAAS,EAAC;MAA+B,GACzC,IAAAJ,QAAE,EACH,4MACD,CACE,CACF;IAEJ,CAAC;EACC,CACH,CAAC;AAEJ"}
|
|
@@ -24,6 +24,7 @@ var _preferencesModal = require("../../components/preferences-modal");
|
|
|
24
24
|
var _patternModal = require("../../components/pattern-modal");
|
|
25
25
|
var _lockUnlock = require("../../lock-unlock");
|
|
26
26
|
var _constants = require("../../utils/constants");
|
|
27
|
+
var _link = require("../../components/routes/link");
|
|
27
28
|
/**
|
|
28
29
|
* WordPress dependencies
|
|
29
30
|
*/
|
|
@@ -42,21 +43,30 @@ function usePageContentFocusCommands() {
|
|
|
42
43
|
const {
|
|
43
44
|
isPage,
|
|
44
45
|
canvasMode,
|
|
45
|
-
|
|
46
|
+
templateId,
|
|
47
|
+
currentPostType
|
|
46
48
|
} = (0, _data.useSelect)(select => {
|
|
47
49
|
const {
|
|
48
50
|
isPage: _isPage,
|
|
49
51
|
getCanvasMode
|
|
50
52
|
} = (0, _lockUnlock.unlock)(select(_store.store));
|
|
51
53
|
const {
|
|
52
|
-
|
|
54
|
+
getCurrentPostType,
|
|
55
|
+
getCurrentTemplateId
|
|
53
56
|
} = select(_editor.store);
|
|
54
57
|
return {
|
|
55
58
|
isPage: _isPage(),
|
|
56
59
|
canvasMode: getCanvasMode(),
|
|
57
|
-
|
|
60
|
+
templateId: getCurrentTemplateId(),
|
|
61
|
+
currentPostType: getCurrentPostType()
|
|
58
62
|
};
|
|
59
63
|
}, []);
|
|
64
|
+
const {
|
|
65
|
+
onClick: editTemplate
|
|
66
|
+
} = (0, _link.useLink)({
|
|
67
|
+
postType: 'wp_template',
|
|
68
|
+
postId: templateId
|
|
69
|
+
});
|
|
60
70
|
const {
|
|
61
71
|
setRenderingMode
|
|
62
72
|
} = (0, _data.useDispatch)(_editor.store);
|
|
@@ -67,7 +77,7 @@ function usePageContentFocusCommands() {
|
|
|
67
77
|
};
|
|
68
78
|
}
|
|
69
79
|
const commands = [];
|
|
70
|
-
if (
|
|
80
|
+
if (currentPostType !== 'wp_template') {
|
|
71
81
|
commands.push({
|
|
72
82
|
name: 'core/switch-to-template-focus',
|
|
73
83
|
/* translators: %1$s: template title */
|
|
@@ -76,7 +86,7 @@ function usePageContentFocusCommands() {
|
|
|
76
86
|
callback: ({
|
|
77
87
|
close
|
|
78
88
|
}) => {
|
|
79
|
-
|
|
89
|
+
editTemplate();
|
|
80
90
|
close();
|
|
81
91
|
}
|
|
82
92
|
});
|
|
@@ -144,7 +154,7 @@ function useManipulateDocumentCommands() {
|
|
|
144
154
|
revertTemplate
|
|
145
155
|
} = (0, _data.useDispatch)(_store.store);
|
|
146
156
|
const history = useHistory();
|
|
147
|
-
const isEditingPage = (0, _data.useSelect)(select => select(_store.store).isPage() && select(_editor.store).
|
|
157
|
+
const isEditingPage = (0, _data.useSelect)(select => select(_store.store).isPage() && select(_editor.store).getCurrentPostType() !== 'wp_template', []);
|
|
148
158
|
if (!isLoaded) {
|
|
149
159
|
return {
|
|
150
160
|
isLoading: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_data","require","_i18n","_icons","_commands","_htmlEntities","_router","_preferences","_interface","_notices","_editor","_store","_useEditedEntityRecord","_interopRequireDefault","_isTemplateRemovable","_isTemplateRevertable","_keyboardShortcutHelpModal","_preferencesModal","_patternModal","_lockUnlock","_constants","useHistory","unlock","routerPrivateApis","usePageContentFocusCommands","record","template","useEditedEntityRecord","isPage","canvasMode","renderingMode","useSelect","select","_isPage","getCanvasMode","editSiteStore","getRenderingMode","editorStore","setRenderingMode","useDispatch","isLoading","commands","push","name","label","sprintf","decodeEntities","title","icon","layout","callback","close","__","page","useEditorModeCommands","switchEditorMode","editorMode","getEditorMode","code","useManipulateDocumentCommands","isLoaded","removeTemplate","revertTemplate","history","isEditingPage","isTemplateRevertable","type","TEMPLATE_POST_TYPE","isRTL","rotateRight","rotateLeft","isTemplateRemovable","path","trash","useEditUICommands","openGeneralSidebar","closeGeneralSidebar","toggleDistractionFree","setIsListViewOpened","activeSidebar","showBlockBreadcrumbs","isListViewOpen","isDistractionFree","isTopToolbar","isFocusMode","get","preferencesStore","isListViewOpened","interfaceStore","getActiveComplementaryArea","openModal","toggle","createInfoNotice","noticesStore","drawerLeft","drawerRight","blockDefault","id","actions","onClick","PREFERENCES_MODAL_NAME","keyboard","KEYBOARD_SHORTCUT_HELP_MODAL_NAME","listView","usePatternCommands","pattern","edit","PATTERN_MODALS","rename","symbol","duplicate","useEditModeCommands","useCommandLoader","hook","context"],"sources":["@wordpress/edit-site/src/hooks/commands/use-edit-mode-commands.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useSelect, useDispatch } from '@wordpress/data';\nimport { __, sprintf, isRTL } from '@wordpress/i18n';\nimport {\n\tedit,\n\ttrash,\n\trotateLeft,\n\trotateRight,\n\tlayout,\n\tpage,\n\tdrawerLeft,\n\tdrawerRight,\n\tblockDefault,\n\tcode,\n\tkeyboard,\n\tlistView,\n\tsymbol,\n} from '@wordpress/icons';\nimport { useCommandLoader } from '@wordpress/commands';\nimport { decodeEntities } from '@wordpress/html-entities';\nimport { privateApis as routerPrivateApis } from '@wordpress/router';\nimport { store as preferencesStore } from '@wordpress/preferences';\nimport { store as interfaceStore } from '@wordpress/interface';\nimport { store as noticesStore } from '@wordpress/notices';\nimport { store as editorStore } from '@wordpress/editor';\n\n/**\n * Internal dependencies\n */\nimport { store as editSiteStore } from '../../store';\nimport useEditedEntityRecord from '../../components/use-edited-entity-record';\nimport isTemplateRemovable from '../../utils/is-template-removable';\nimport isTemplateRevertable from '../../utils/is-template-revertable';\nimport { KEYBOARD_SHORTCUT_HELP_MODAL_NAME } from '../../components/keyboard-shortcut-help-modal';\nimport { PREFERENCES_MODAL_NAME } from '../../components/preferences-modal';\nimport { PATTERN_MODALS } from '../../components/pattern-modal';\nimport { unlock } from '../../lock-unlock';\nimport { TEMPLATE_POST_TYPE } from '../../utils/constants';\n\nconst { useHistory } = unlock( routerPrivateApis );\n\nfunction usePageContentFocusCommands() {\n\tconst { record: template } = useEditedEntityRecord();\n\tconst { isPage, canvasMode, renderingMode } = useSelect( ( select ) => {\n\t\tconst { isPage: _isPage, getCanvasMode } = unlock(\n\t\t\tselect( editSiteStore )\n\t\t);\n\t\tconst { getRenderingMode } = select( editorStore );\n\t\treturn {\n\t\t\tisPage: _isPage(),\n\t\t\tcanvasMode: getCanvasMode(),\n\t\t\trenderingMode: getRenderingMode(),\n\t\t};\n\t}, [] );\n\tconst { setRenderingMode } = useDispatch( editorStore );\n\n\tif ( ! isPage || canvasMode !== 'edit' ) {\n\t\treturn { isLoading: false, commands: [] };\n\t}\n\n\tconst commands = [];\n\n\tif ( renderingMode !== 'template-only' ) {\n\t\tcommands.push( {\n\t\t\tname: 'core/switch-to-template-focus',\n\t\t\t/* translators: %1$s: template title */\n\t\t\tlabel: sprintf(\n\t\t\t\t'Edit template: %s',\n\t\t\t\tdecodeEntities( template.title )\n\t\t\t),\n\t\t\ticon: layout,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\tsetRenderingMode( 'template-only' );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t} else {\n\t\tcommands.push( {\n\t\t\tname: 'core/switch-to-page-focus',\n\t\t\tlabel: __( 'Back to page' ),\n\t\t\ticon: page,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\tsetRenderingMode( 'template-locked' );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\treturn { isLoading: false, commands };\n}\n\nfunction useEditorModeCommands() {\n\tconst { switchEditorMode } = useDispatch( editSiteStore );\n\tconst { canvasMode, editorMode } = useSelect(\n\t\t( select ) => ( {\n\t\t\tcanvasMode: unlock( select( editSiteStore ) ).getCanvasMode(),\n\t\t\teditorMode: select( editSiteStore ).getEditorMode(),\n\t\t} ),\n\t\t[]\n\t);\n\n\tif ( canvasMode !== 'edit' || editorMode !== 'text' ) {\n\t\treturn { isLoading: false, commands: [] };\n\t}\n\n\tconst commands = [];\n\n\tif ( editorMode === 'text' ) {\n\t\tcommands.push( {\n\t\t\tname: 'core/exit-code-editor',\n\t\t\tlabel: __( 'Exit code editor' ),\n\t\t\ticon: code,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\tswitchEditorMode( 'visual' );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\treturn { isLoading: false, commands };\n}\n\nfunction useManipulateDocumentCommands() {\n\tconst { isLoaded, record: template } = useEditedEntityRecord();\n\tconst { removeTemplate, revertTemplate } = useDispatch( editSiteStore );\n\tconst history = useHistory();\n\tconst isEditingPage = useSelect(\n\t\t( select ) =>\n\t\t\tselect( editSiteStore ).isPage() &&\n\t\t\tselect( editorStore ).getRenderingMode() !== 'template-only',\n\t\t[]\n\t);\n\n\tif ( ! isLoaded ) {\n\t\treturn { isLoading: true, commands: [] };\n\t}\n\n\tconst commands = [];\n\n\tif ( isTemplateRevertable( template ) && ! isEditingPage ) {\n\t\tconst label =\n\t\t\ttemplate.type === TEMPLATE_POST_TYPE\n\t\t\t\t? /* translators: %1$s: template title */\n\t\t\t\t sprintf(\n\t\t\t\t\t\t'Reset template: %s',\n\t\t\t\t\t\tdecodeEntities( template.title )\n\t\t\t\t )\n\t\t\t\t: /* translators: %1$s: template part title */\n\t\t\t\t sprintf(\n\t\t\t\t\t\t'Reset template part: %s',\n\t\t\t\t\t\tdecodeEntities( template.title )\n\t\t\t\t );\n\t\tcommands.push( {\n\t\t\tname: 'core/reset-template',\n\t\t\tlabel,\n\t\t\ticon: isRTL() ? rotateRight : rotateLeft,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\trevertTemplate( template );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\tif ( isTemplateRemovable( template ) && ! isEditingPage ) {\n\t\tconst label =\n\t\t\ttemplate.type === TEMPLATE_POST_TYPE\n\t\t\t\t? /* translators: %1$s: template title */\n\t\t\t\t sprintf(\n\t\t\t\t\t\t'Delete template: %s',\n\t\t\t\t\t\tdecodeEntities( template.title )\n\t\t\t\t )\n\t\t\t\t: /* translators: %1$s: template part title */\n\t\t\t\t sprintf(\n\t\t\t\t\t\t'Delete template part: %s',\n\t\t\t\t\t\tdecodeEntities( template.title )\n\t\t\t\t );\n\t\tconst path =\n\t\t\ttemplate.type === TEMPLATE_POST_TYPE\n\t\t\t\t? '/wp_template'\n\t\t\t\t: '/wp_template_part/all';\n\t\tcommands.push( {\n\t\t\tname: 'core/remove-template',\n\t\t\tlabel,\n\t\t\ticon: trash,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\tremoveTemplate( template );\n\t\t\t\t// Navigate to the template list\n\t\t\t\thistory.push( {\n\t\t\t\t\tpath,\n\t\t\t\t} );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\treturn {\n\t\tisLoading: ! isLoaded,\n\t\tcommands,\n\t};\n}\n\nfunction useEditUICommands() {\n\tconst {\n\t\topenGeneralSidebar,\n\t\tcloseGeneralSidebar,\n\t\ttoggleDistractionFree,\n\t\tsetIsListViewOpened,\n\t\tswitchEditorMode,\n\t} = useDispatch( editSiteStore );\n\tconst {\n\t\tcanvasMode,\n\t\teditorMode,\n\t\tactiveSidebar,\n\t\tshowBlockBreadcrumbs,\n\t\tisListViewOpen,\n\t\tisDistractionFree,\n\t\tisTopToolbar,\n\t\tisFocusMode,\n\t} = useSelect( ( select ) => {\n\t\tconst { get } = select( preferencesStore );\n\t\tconst { getEditorMode } = select( editSiteStore );\n\t\tconst { isListViewOpened } = select( editorStore );\n\t\treturn {\n\t\t\tcanvasMode: unlock( select( editSiteStore ) ).getCanvasMode(),\n\t\t\teditorMode: getEditorMode(),\n\t\t\tactiveSidebar: select( interfaceStore ).getActiveComplementaryArea(\n\t\t\t\teditSiteStore.name\n\t\t\t),\n\t\t\tshowBlockBreadcrumbs: get( 'core', 'showBlockBreadcrumbs' ),\n\t\t\tisListViewOpen: isListViewOpened(),\n\t\t\tisDistractionFree: get( 'core', 'distractionFree' ),\n\t\t\tisFocusMode: get( 'core', 'focusMode' ),\n\t\t\tisTopToolbar: get( 'core', 'fixedToolbar' ),\n\t\t};\n\t}, [] );\n\tconst { openModal } = useDispatch( interfaceStore );\n\tconst { toggle } = useDispatch( preferencesStore );\n\tconst { createInfoNotice } = useDispatch( noticesStore );\n\n\tif ( canvasMode !== 'edit' ) {\n\t\treturn { isLoading: false, commands: [] };\n\t}\n\n\tconst commands = [];\n\n\tcommands.push( {\n\t\tname: 'core/open-settings-sidebar',\n\t\tlabel: __( 'Toggle settings sidebar' ),\n\t\ticon: isRTL() ? drawerLeft : drawerRight,\n\t\tcallback: ( { close } ) => {\n\t\t\tclose();\n\t\t\tif ( activeSidebar === 'edit-site/template' ) {\n\t\t\t\tcloseGeneralSidebar();\n\t\t\t} else {\n\t\t\t\topenGeneralSidebar( 'edit-site/template' );\n\t\t\t}\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/open-block-inspector',\n\t\tlabel: __( 'Toggle block inspector' ),\n\t\ticon: blockDefault,\n\t\tcallback: ( { close } ) => {\n\t\t\tclose();\n\t\t\tif ( activeSidebar === 'edit-site/block-inspector' ) {\n\t\t\t\tcloseGeneralSidebar();\n\t\t\t} else {\n\t\t\t\topenGeneralSidebar( 'edit-site/block-inspector' );\n\t\t\t}\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/toggle-spotlight-mode',\n\t\tlabel: __( 'Toggle spotlight' ),\n\t\tcallback: ( { close } ) => {\n\t\t\ttoggle( 'core', 'focusMode' );\n\t\t\tclose();\n\t\t\tcreateInfoNotice(\n\t\t\t\tisFocusMode ? __( 'Spotlight off.' ) : __( 'Spotlight on.' ),\n\t\t\t\t{\n\t\t\t\t\tid: 'core/edit-site/toggle-spotlight-mode/notice',\n\t\t\t\t\ttype: 'snackbar',\n\t\t\t\t\tactions: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tlabel: __( 'Undo' ),\n\t\t\t\t\t\t\tonClick: () => {\n\t\t\t\t\t\t\t\ttoggle( 'core', 'focusMode' );\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t}\n\t\t\t);\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/toggle-distraction-free',\n\t\tlabel: isDistractionFree\n\t\t\t? __( 'Exit Distraction Free' )\n\t\t\t: __( 'Enter Distraction Free ' ),\n\t\tcallback: ( { close } ) => {\n\t\t\ttoggleDistractionFree();\n\t\t\tclose();\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/toggle-top-toolbar',\n\t\tlabel: __( 'Toggle top toolbar' ),\n\t\tcallback: ( { close } ) => {\n\t\t\ttoggle( 'core', 'fixedToolbar' );\n\t\t\tif ( isDistractionFree ) {\n\t\t\t\ttoggleDistractionFree();\n\t\t\t}\n\t\t\tclose();\n\t\t\tcreateInfoNotice(\n\t\t\t\tisTopToolbar\n\t\t\t\t\t? __( 'Top toolbar off.' )\n\t\t\t\t\t: __( 'Top toolbar on.' ),\n\t\t\t\t{\n\t\t\t\t\tid: 'core/edit-site/toggle-top-toolbar/notice',\n\t\t\t\t\ttype: 'snackbar',\n\t\t\t\t\tactions: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tlabel: __( 'Undo' ),\n\t\t\t\t\t\t\tonClick: () => {\n\t\t\t\t\t\t\t\ttoggle( 'core', 'fixedToolbar' );\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t}\n\t\t\t);\n\t\t},\n\t} );\n\n\tif ( editorMode === 'visual' ) {\n\t\tcommands.push( {\n\t\t\tname: 'core/toggle-code-editor',\n\t\t\tlabel: __( 'Open code editor' ),\n\t\t\ticon: code,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\tswitchEditorMode( 'text' );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\tcommands.push( {\n\t\tname: 'core/open-preferences',\n\t\tlabel: __( 'Editor preferences' ),\n\t\tcallback: () => {\n\t\t\topenModal( PREFERENCES_MODAL_NAME );\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/open-shortcut-help',\n\t\tlabel: __( 'Keyboard shortcuts' ),\n\t\ticon: keyboard,\n\t\tcallback: () => {\n\t\t\topenModal( KEYBOARD_SHORTCUT_HELP_MODAL_NAME );\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/toggle-breadcrumbs',\n\t\tlabel: showBlockBreadcrumbs\n\t\t\t? __( 'Hide block breadcrumbs' )\n\t\t\t: __( 'Show block breadcrumbs' ),\n\t\tcallback: ( { close } ) => {\n\t\t\ttoggle( 'core', 'showBlockBreadcrumbs' );\n\t\t\tclose();\n\t\t\tcreateInfoNotice(\n\t\t\t\tshowBlockBreadcrumbs\n\t\t\t\t\t? __( 'Breadcrumbs hidden.' )\n\t\t\t\t\t: __( 'Breadcrumbs visible.' ),\n\t\t\t\t{\n\t\t\t\t\tid: 'core/edit-site/toggle-breadcrumbs/notice',\n\t\t\t\t\ttype: 'snackbar',\n\t\t\t\t}\n\t\t\t);\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/toggle-list-view',\n\t\tlabel: isListViewOpen\n\t\t\t? __( 'Close List View' )\n\t\t\t: __( 'Open List View' ),\n\t\ticon: listView,\n\t\tcallback: ( { close } ) => {\n\t\t\tsetIsListViewOpened( ! isListViewOpen );\n\t\t\tclose();\n\t\t\tcreateInfoNotice(\n\t\t\t\tisListViewOpen ? __( 'List View off.' ) : __( 'List View on.' ),\n\t\t\t\t{\n\t\t\t\t\tid: 'core/edit-site/toggle-list-view/notice',\n\t\t\t\t\ttype: 'snackbar',\n\t\t\t\t}\n\t\t\t);\n\t\t},\n\t} );\n\n\treturn {\n\t\tisLoading: false,\n\t\tcommands,\n\t};\n}\n\nfunction usePatternCommands() {\n\tconst { isLoaded, record: pattern } = useEditedEntityRecord();\n\tconst { openModal } = useDispatch( interfaceStore );\n\n\tif ( ! isLoaded ) {\n\t\treturn { isLoading: true, commands: [] };\n\t}\n\n\tconst commands = [];\n\n\tif ( pattern?.type === 'wp_block' ) {\n\t\tcommands.push( {\n\t\t\tname: 'core/rename-pattern',\n\t\t\tlabel: __( 'Rename pattern' ),\n\t\t\ticon: edit,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\topenModal( PATTERN_MODALS.rename );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t\tcommands.push( {\n\t\t\tname: 'core/duplicate-pattern',\n\t\t\tlabel: __( 'Duplicate pattern' ),\n\t\t\ticon: symbol,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\topenModal( PATTERN_MODALS.duplicate );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\treturn { isLoading: false, commands };\n}\n\nexport function useEditModeCommands() {\n\tuseCommandLoader( {\n\t\tname: 'core/exit-code-editor',\n\t\thook: useEditorModeCommands,\n\t\tcontext: 'site-editor-edit',\n\t} );\n\n\tuseCommandLoader( {\n\t\tname: 'core/edit-site/page-content-focus',\n\t\thook: usePageContentFocusCommands,\n\t\tcontext: 'site-editor-edit',\n\t} );\n\n\tuseCommandLoader( {\n\t\tname: 'core/edit-site/manipulate-document',\n\t\thook: useManipulateDocumentCommands,\n\t} );\n\n\tuseCommandLoader( {\n\t\tname: 'core/edit-site/patterns',\n\t\thook: usePatternCommands,\n\t\tcontext: 'site-editor-edit',\n\t} );\n\n\tuseCommandLoader( {\n\t\tname: 'core/edit-site/edit-ui',\n\t\thook: useEditUICommands,\n\t} );\n}\n"],"mappings":";;;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAF,OAAA;AAeA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,aAAA,GAAAJ,OAAA;AACA,IAAAK,OAAA,GAAAL,OAAA;AACA,IAAAM,YAAA,GAAAN,OAAA;AACA,IAAAO,UAAA,GAAAP,OAAA;AACA,IAAAQ,QAAA,GAAAR,OAAA;AACA,IAAAS,OAAA,GAAAT,OAAA;AAKA,IAAAU,MAAA,GAAAV,OAAA;AACA,IAAAW,sBAAA,GAAAC,sBAAA,CAAAZ,OAAA;AACA,IAAAa,oBAAA,GAAAD,sBAAA,CAAAZ,OAAA;AACA,IAAAc,qBAAA,GAAAF,sBAAA,CAAAZ,OAAA;AACA,IAAAe,0BAAA,GAAAf,OAAA;AACA,IAAAgB,iBAAA,GAAAhB,OAAA;AACA,IAAAiB,aAAA,GAAAjB,OAAA;AACA,IAAAkB,WAAA,GAAAlB,OAAA;AACA,IAAAmB,UAAA,GAAAnB,OAAA;AAvCA;AACA;AACA;;AA0BA;AACA;AACA;;AAWA,MAAM;EAAEoB;AAAW,CAAC,GAAG,IAAAC,kBAAM,EAAEC,mBAAkB,CAAC;AAElD,SAASC,2BAA2BA,CAAA,EAAG;EACtC,MAAM;IAAEC,MAAM,EAAEC;EAAS,CAAC,GAAG,IAAAC,8BAAqB,EAAC,CAAC;EACpD,MAAM;IAAEC,MAAM;IAAEC,UAAU;IAAEC;EAAc,CAAC,GAAG,IAAAC,eAAS,EAAIC,MAAM,IAAM;IACtE,MAAM;MAAEJ,MAAM,EAAEK,OAAO;MAAEC;IAAc,CAAC,GAAG,IAAAZ,kBAAM,EAChDU,MAAM,CAAEG,YAAc,CACvB,CAAC;IACD,MAAM;MAAEC;IAAiB,CAAC,GAAGJ,MAAM,CAAEK,aAAY,CAAC;IAClD,OAAO;MACNT,MAAM,EAAEK,OAAO,CAAC,CAAC;MACjBJ,UAAU,EAAEK,aAAa,CAAC,CAAC;MAC3BJ,aAAa,EAAEM,gBAAgB,CAAC;IACjC,CAAC;EACF,CAAC,EAAE,EAAG,CAAC;EACP,MAAM;IAAEE;EAAiB,CAAC,GAAG,IAAAC,iBAAW,EAAEF,aAAY,CAAC;EAEvD,IAAK,CAAET,MAAM,IAAIC,UAAU,KAAK,MAAM,EAAG;IACxC,OAAO;MAAEW,SAAS,EAAE,KAAK;MAAEC,QAAQ,EAAE;IAAG,CAAC;EAC1C;EAEA,MAAMA,QAAQ,GAAG,EAAE;EAEnB,IAAKX,aAAa,KAAK,eAAe,EAAG;IACxCW,QAAQ,CAACC,IAAI,CAAE;MACdC,IAAI,EAAE,+BAA+B;MACrC;MACAC,KAAK,EAAE,IAAAC,aAAO,EACb,mBAAmB,EACnB,IAAAC,4BAAc,EAAEpB,QAAQ,CAACqB,KAAM,CAChC,CAAC;MACDC,IAAI,EAAEC,aAAM;MACZC,QAAQ,EAAEA,CAAE;QAAEC;MAAM,CAAC,KAAM;QAC1Bb,gBAAgB,CAAE,eAAgB,CAAC;QACnCa,KAAK,CAAC,CAAC;MACR;IACD,CAAE,CAAC;EACJ,CAAC,MAAM;IACNV,QAAQ,CAACC,IAAI,CAAE;MACdC,IAAI,EAAE,2BAA2B;MACjCC,KAAK,EAAE,IAAAQ,QAAE,EAAE,cAAe,CAAC;MAC3BJ,IAAI,EAAEK,WAAI;MACVH,QAAQ,EAAEA,CAAE;QAAEC;MAAM,CAAC,KAAM;QAC1Bb,gBAAgB,CAAE,iBAAkB,CAAC;QACrCa,KAAK,CAAC,CAAC;MACR;IACD,CAAE,CAAC;EACJ;EAEA,OAAO;IAAEX,SAAS,EAAE,KAAK;IAAEC;EAAS,CAAC;AACtC;AAEA,SAASa,qBAAqBA,CAAA,EAAG;EAChC,MAAM;IAAEC;EAAiB,CAAC,GAAG,IAAAhB,iBAAW,EAAEJ,YAAc,CAAC;EACzD,MAAM;IAAEN,UAAU;IAAE2B;EAAW,CAAC,GAAG,IAAAzB,eAAS,EACzCC,MAAM,KAAQ;IACfH,UAAU,EAAE,IAAAP,kBAAM,EAAEU,MAAM,CAAEG,YAAc,CAAE,CAAC,CAACD,aAAa,CAAC,CAAC;IAC7DsB,UAAU,EAAExB,MAAM,CAAEG,YAAc,CAAC,CAACsB,aAAa,CAAC;EACnD,CAAC,CAAE,EACH,EACD,CAAC;EAED,IAAK5B,UAAU,KAAK,MAAM,IAAI2B,UAAU,KAAK,MAAM,EAAG;IACrD,OAAO;MAAEhB,SAAS,EAAE,KAAK;MAAEC,QAAQ,EAAE;IAAG,CAAC;EAC1C;EAEA,MAAMA,QAAQ,GAAG,EAAE;EAEnB,IAAKe,UAAU,KAAK,MAAM,EAAG;IAC5Bf,QAAQ,CAACC,IAAI,CAAE;MACdC,IAAI,EAAE,uBAAuB;MAC7BC,KAAK,EAAE,IAAAQ,QAAE,EAAE,kBAAmB,CAAC;MAC/BJ,IAAI,EAAEU,WAAI;MACVR,QAAQ,EAAEA,CAAE;QAAEC;MAAM,CAAC,KAAM;QAC1BI,gBAAgB,CAAE,QAAS,CAAC;QAC5BJ,KAAK,CAAC,CAAC;MACR;IACD,CAAE,CAAC;EACJ;EAEA,OAAO;IAAEX,SAAS,EAAE,KAAK;IAAEC;EAAS,CAAC;AACtC;AAEA,SAASkB,6BAA6BA,CAAA,EAAG;EACxC,MAAM;IAAEC,QAAQ;IAAEnC,MAAM,EAAEC;EAAS,CAAC,GAAG,IAAAC,8BAAqB,EAAC,CAAC;EAC9D,MAAM;IAAEkC,cAAc;IAAEC;EAAe,CAAC,GAAG,IAAAvB,iBAAW,EAAEJ,YAAc,CAAC;EACvE,MAAM4B,OAAO,GAAG1C,UAAU,CAAC,CAAC;EAC5B,MAAM2C,aAAa,GAAG,IAAAjC,eAAS,EAC5BC,MAAM,IACPA,MAAM,CAAEG,YAAc,CAAC,CAACP,MAAM,CAAC,CAAC,IAChCI,MAAM,CAAEK,aAAY,CAAC,CAACD,gBAAgB,CAAC,CAAC,KAAK,eAAe,EAC7D,EACD,CAAC;EAED,IAAK,CAAEwB,QAAQ,EAAG;IACjB,OAAO;MAAEpB,SAAS,EAAE,IAAI;MAAEC,QAAQ,EAAE;IAAG,CAAC;EACzC;EAEA,MAAMA,QAAQ,GAAG,EAAE;EAEnB,IAAK,IAAAwB,6BAAoB,EAAEvC,QAAS,CAAC,IAAI,CAAEsC,aAAa,EAAG;IAC1D,MAAMpB,KAAK,GACVlB,QAAQ,CAACwC,IAAI,KAAKC,6BAAkB,GACjC;IACA,IAAAtB,aAAO,EACP,oBAAoB,EACpB,IAAAC,4BAAc,EAAEpB,QAAQ,CAACqB,KAAM,CAC/B,CAAC,GACD;IACA,IAAAF,aAAO,EACP,yBAAyB,EACzB,IAAAC,4BAAc,EAAEpB,QAAQ,CAACqB,KAAM,CAC/B,CAAC;IACLN,QAAQ,CAACC,IAAI,CAAE;MACdC,IAAI,EAAE,qBAAqB;MAC3BC,KAAK;MACLI,IAAI,EAAE,IAAAoB,WAAK,EAAC,CAAC,GAAGC,kBAAW,GAAGC,iBAAU;MACxCpB,QAAQ,EAAEA,CAAE;QAAEC;MAAM,CAAC,KAAM;QAC1BW,cAAc,CAAEpC,QAAS,CAAC;QAC1ByB,KAAK,CAAC,CAAC;MACR;IACD,CAAE,CAAC;EACJ;EAEA,IAAK,IAAAoB,4BAAmB,EAAE7C,QAAS,CAAC,IAAI,CAAEsC,aAAa,EAAG;IACzD,MAAMpB,KAAK,GACVlB,QAAQ,CAACwC,IAAI,KAAKC,6BAAkB,GACjC;IACA,IAAAtB,aAAO,EACP,qBAAqB,EACrB,IAAAC,4BAAc,EAAEpB,QAAQ,CAACqB,KAAM,CAC/B,CAAC,GACD;IACA,IAAAF,aAAO,EACP,0BAA0B,EAC1B,IAAAC,4BAAc,EAAEpB,QAAQ,CAACqB,KAAM,CAC/B,CAAC;IACL,MAAMyB,IAAI,GACT9C,QAAQ,CAACwC,IAAI,KAAKC,6BAAkB,GACjC,cAAc,GACd,uBAAuB;IAC3B1B,QAAQ,CAACC,IAAI,CAAE;MACdC,IAAI,EAAE,sBAAsB;MAC5BC,KAAK;MACLI,IAAI,EAAEyB,YAAK;MACXvB,QAAQ,EAAEA,CAAE;QAAEC;MAAM,CAAC,KAAM;QAC1BU,cAAc,CAAEnC,QAAS,CAAC;QAC1B;QACAqC,OAAO,CAACrB,IAAI,CAAE;UACb8B;QACD,CAAE,CAAC;QACHrB,KAAK,CAAC,CAAC;MACR;IACD,CAAE,CAAC;EACJ;EAEA,OAAO;IACNX,SAAS,EAAE,CAAEoB,QAAQ;IACrBnB;EACD,CAAC;AACF;AAEA,SAASiC,iBAAiBA,CAAA,EAAG;EAC5B,MAAM;IACLC,kBAAkB;IAClBC,mBAAmB;IACnBC,qBAAqB;IACrBC,mBAAmB;IACnBvB;EACD,CAAC,GAAG,IAAAhB,iBAAW,EAAEJ,YAAc,CAAC;EAChC,MAAM;IACLN,UAAU;IACV2B,UAAU;IACVuB,aAAa;IACbC,oBAAoB;IACpBC,cAAc;IACdC,iBAAiB;IACjBC,YAAY;IACZC;EACD,CAAC,GAAG,IAAArD,eAAS,EAAIC,MAAM,IAAM;IAC5B,MAAM;MAAEqD;IAAI,CAAC,GAAGrD,MAAM,CAAEsD,kBAAiB,CAAC;IAC1C,MAAM;MAAE7B;IAAc,CAAC,GAAGzB,MAAM,CAAEG,YAAc,CAAC;IACjD,MAAM;MAAEoD;IAAiB,CAAC,GAAGvD,MAAM,CAAEK,aAAY,CAAC;IAClD,OAAO;MACNR,UAAU,EAAE,IAAAP,kBAAM,EAAEU,MAAM,CAAEG,YAAc,CAAE,CAAC,CAACD,aAAa,CAAC,CAAC;MAC7DsB,UAAU,EAAEC,aAAa,CAAC,CAAC;MAC3BsB,aAAa,EAAE/C,MAAM,CAAEwD,gBAAe,CAAC,CAACC,0BAA0B,CACjEtD,YAAa,CAACQ,IACf,CAAC;MACDqC,oBAAoB,EAAEK,GAAG,CAAE,MAAM,EAAE,sBAAuB,CAAC;MAC3DJ,cAAc,EAAEM,gBAAgB,CAAC,CAAC;MAClCL,iBAAiB,EAAEG,GAAG,CAAE,MAAM,EAAE,iBAAkB,CAAC;MACnDD,WAAW,EAAEC,GAAG,CAAE,MAAM,EAAE,WAAY,CAAC;MACvCF,YAAY,EAAEE,GAAG,CAAE,MAAM,EAAE,cAAe;IAC3C,CAAC;EACF,CAAC,EAAE,EAAG,CAAC;EACP,MAAM;IAAEK;EAAU,CAAC,GAAG,IAAAnD,iBAAW,EAAEiD,gBAAe,CAAC;EACnD,MAAM;IAAEG;EAAO,CAAC,GAAG,IAAApD,iBAAW,EAAE+C,kBAAiB,CAAC;EAClD,MAAM;IAAEM;EAAiB,CAAC,GAAG,IAAArD,iBAAW,EAAEsD,cAAa,CAAC;EAExD,IAAKhE,UAAU,KAAK,MAAM,EAAG;IAC5B,OAAO;MAAEW,SAAS,EAAE,KAAK;MAAEC,QAAQ,EAAE;IAAG,CAAC;EAC1C;EAEA,MAAMA,QAAQ,GAAG,EAAE;EAEnBA,QAAQ,CAACC,IAAI,CAAE;IACdC,IAAI,EAAE,4BAA4B;IAClCC,KAAK,EAAE,IAAAQ,QAAE,EAAE,yBAA0B,CAAC;IACtCJ,IAAI,EAAE,IAAAoB,WAAK,EAAC,CAAC,GAAG0B,iBAAU,GAAGC,kBAAW;IACxC7C,QAAQ,EAAEA,CAAE;MAAEC;IAAM,CAAC,KAAM;MAC1BA,KAAK,CAAC,CAAC;MACP,IAAK4B,aAAa,KAAK,oBAAoB,EAAG;QAC7CH,mBAAmB,CAAC,CAAC;MACtB,CAAC,MAAM;QACND,kBAAkB,CAAE,oBAAqB,CAAC;MAC3C;IACD;EACD,CAAE,CAAC;EAEHlC,QAAQ,CAACC,IAAI,CAAE;IACdC,IAAI,EAAE,2BAA2B;IACjCC,KAAK,EAAE,IAAAQ,QAAE,EAAE,wBAAyB,CAAC;IACrCJ,IAAI,EAAEgD,mBAAY;IAClB9C,QAAQ,EAAEA,CAAE;MAAEC;IAAM,CAAC,KAAM;MAC1BA,KAAK,CAAC,CAAC;MACP,IAAK4B,aAAa,KAAK,2BAA2B,EAAG;QACpDH,mBAAmB,CAAC,CAAC;MACtB,CAAC,MAAM;QACND,kBAAkB,CAAE,2BAA4B,CAAC;MAClD;IACD;EACD,CAAE,CAAC;EAEHlC,QAAQ,CAACC,IAAI,CAAE;IACdC,IAAI,EAAE,4BAA4B;IAClCC,KAAK,EAAE,IAAAQ,QAAE,EAAE,kBAAmB,CAAC;IAC/BF,QAAQ,EAAEA,CAAE;MAAEC;IAAM,CAAC,KAAM;MAC1BwC,MAAM,CAAE,MAAM,EAAE,WAAY,CAAC;MAC7BxC,KAAK,CAAC,CAAC;MACPyC,gBAAgB,CACfR,WAAW,GAAG,IAAAhC,QAAE,EAAE,gBAAiB,CAAC,GAAG,IAAAA,QAAE,EAAE,eAAgB,CAAC,EAC5D;QACC6C,EAAE,EAAE,6CAA6C;QACjD/B,IAAI,EAAE,UAAU;QAChBgC,OAAO,EAAE,CACR;UACCtD,KAAK,EAAE,IAAAQ,QAAE,EAAE,MAAO,CAAC;UACnB+C,OAAO,EAAEA,CAAA,KAAM;YACdR,MAAM,CAAE,MAAM,EAAE,WAAY,CAAC;UAC9B;QACD,CAAC;MAEH,CACD,CAAC;IACF;EACD,CAAE,CAAC;EAEHlD,QAAQ,CAACC,IAAI,CAAE;IACdC,IAAI,EAAE,8BAA8B;IACpCC,KAAK,EAAEsC,iBAAiB,GACrB,IAAA9B,QAAE,EAAE,uBAAwB,CAAC,GAC7B,IAAAA,QAAE,EAAE,yBAA0B,CAAC;IAClCF,QAAQ,EAAEA,CAAE;MAAEC;IAAM,CAAC,KAAM;MAC1B0B,qBAAqB,CAAC,CAAC;MACvB1B,KAAK,CAAC,CAAC;IACR;EACD,CAAE,CAAC;EAEHV,QAAQ,CAACC,IAAI,CAAE;IACdC,IAAI,EAAE,yBAAyB;IAC/BC,KAAK,EAAE,IAAAQ,QAAE,EAAE,oBAAqB,CAAC;IACjCF,QAAQ,EAAEA,CAAE;MAAEC;IAAM,CAAC,KAAM;MAC1BwC,MAAM,CAAE,MAAM,EAAE,cAAe,CAAC;MAChC,IAAKT,iBAAiB,EAAG;QACxBL,qBAAqB,CAAC,CAAC;MACxB;MACA1B,KAAK,CAAC,CAAC;MACPyC,gBAAgB,CACfT,YAAY,GACT,IAAA/B,QAAE,EAAE,kBAAmB,CAAC,GACxB,IAAAA,QAAE,EAAE,iBAAkB,CAAC,EAC1B;QACC6C,EAAE,EAAE,0CAA0C;QAC9C/B,IAAI,EAAE,UAAU;QAChBgC,OAAO,EAAE,CACR;UACCtD,KAAK,EAAE,IAAAQ,QAAE,EAAE,MAAO,CAAC;UACnB+C,OAAO,EAAEA,CAAA,KAAM;YACdR,MAAM,CAAE,MAAM,EAAE,cAAe,CAAC;UACjC;QACD,CAAC;MAEH,CACD,CAAC;IACF;EACD,CAAE,CAAC;EAEH,IAAKnC,UAAU,KAAK,QAAQ,EAAG;IAC9Bf,QAAQ,CAACC,IAAI,CAAE;MACdC,IAAI,EAAE,yBAAyB;MAC/BC,KAAK,EAAE,IAAAQ,QAAE,EAAE,kBAAmB,CAAC;MAC/BJ,IAAI,EAAEU,WAAI;MACVR,QAAQ,EAAEA,CAAE;QAAEC;MAAM,CAAC,KAAM;QAC1BI,gBAAgB,CAAE,MAAO,CAAC;QAC1BJ,KAAK,CAAC,CAAC;MACR;IACD,CAAE,CAAC;EACJ;EAEAV,QAAQ,CAACC,IAAI,CAAE;IACdC,IAAI,EAAE,uBAAuB;IAC7BC,KAAK,EAAE,IAAAQ,QAAE,EAAE,oBAAqB,CAAC;IACjCF,QAAQ,EAAEA,CAAA,KAAM;MACfwC,SAAS,CAAEU,wCAAuB,CAAC;IACpC;EACD,CAAE,CAAC;EAEH3D,QAAQ,CAACC,IAAI,CAAE;IACdC,IAAI,EAAE,yBAAyB;IAC/BC,KAAK,EAAE,IAAAQ,QAAE,EAAE,oBAAqB,CAAC;IACjCJ,IAAI,EAAEqD,eAAQ;IACdnD,QAAQ,EAAEA,CAAA,KAAM;MACfwC,SAAS,CAAEY,4DAAkC,CAAC;IAC/C;EACD,CAAE,CAAC;EAEH7D,QAAQ,CAACC,IAAI,CAAE;IACdC,IAAI,EAAE,yBAAyB;IAC/BC,KAAK,EAAEoC,oBAAoB,GACxB,IAAA5B,QAAE,EAAE,wBAAyB,CAAC,GAC9B,IAAAA,QAAE,EAAE,wBAAyB,CAAC;IACjCF,QAAQ,EAAEA,CAAE;MAAEC;IAAM,CAAC,KAAM;MAC1BwC,MAAM,CAAE,MAAM,EAAE,sBAAuB,CAAC;MACxCxC,KAAK,CAAC,CAAC;MACPyC,gBAAgB,CACfZ,oBAAoB,GACjB,IAAA5B,QAAE,EAAE,qBAAsB,CAAC,GAC3B,IAAAA,QAAE,EAAE,sBAAuB,CAAC,EAC/B;QACC6C,EAAE,EAAE,0CAA0C;QAC9C/B,IAAI,EAAE;MACP,CACD,CAAC;IACF;EACD,CAAE,CAAC;EAEHzB,QAAQ,CAACC,IAAI,CAAE;IACdC,IAAI,EAAE,uBAAuB;IAC7BC,KAAK,EAAEqC,cAAc,GAClB,IAAA7B,QAAE,EAAE,iBAAkB,CAAC,GACvB,IAAAA,QAAE,EAAE,gBAAiB,CAAC;IACzBJ,IAAI,EAAEuD,eAAQ;IACdrD,QAAQ,EAAEA,CAAE;MAAEC;IAAM,CAAC,KAAM;MAC1B2B,mBAAmB,CAAE,CAAEG,cAAe,CAAC;MACvC9B,KAAK,CAAC,CAAC;MACPyC,gBAAgB,CACfX,cAAc,GAAG,IAAA7B,QAAE,EAAE,gBAAiB,CAAC,GAAG,IAAAA,QAAE,EAAE,eAAgB,CAAC,EAC/D;QACC6C,EAAE,EAAE,wCAAwC;QAC5C/B,IAAI,EAAE;MACP,CACD,CAAC;IACF;EACD,CAAE,CAAC;EAEH,OAAO;IACN1B,SAAS,EAAE,KAAK;IAChBC;EACD,CAAC;AACF;AAEA,SAAS+D,kBAAkBA,CAAA,EAAG;EAC7B,MAAM;IAAE5C,QAAQ;IAAEnC,MAAM,EAAEgF;EAAQ,CAAC,GAAG,IAAA9E,8BAAqB,EAAC,CAAC;EAC7D,MAAM;IAAE+D;EAAU,CAAC,GAAG,IAAAnD,iBAAW,EAAEiD,gBAAe,CAAC;EAEnD,IAAK,CAAE5B,QAAQ,EAAG;IACjB,OAAO;MAAEpB,SAAS,EAAE,IAAI;MAAEC,QAAQ,EAAE;IAAG,CAAC;EACzC;EAEA,MAAMA,QAAQ,GAAG,EAAE;EAEnB,IAAKgE,OAAO,EAAEvC,IAAI,KAAK,UAAU,EAAG;IACnCzB,QAAQ,CAACC,IAAI,CAAE;MACdC,IAAI,EAAE,qBAAqB;MAC3BC,KAAK,EAAE,IAAAQ,QAAE,EAAE,gBAAiB,CAAC;MAC7BJ,IAAI,EAAE0D,WAAI;MACVxD,QAAQ,EAAEA,CAAE;QAAEC;MAAM,CAAC,KAAM;QAC1BuC,SAAS,CAAEiB,4BAAc,CAACC,MAAO,CAAC;QAClCzD,KAAK,CAAC,CAAC;MACR;IACD,CAAE,CAAC;IACHV,QAAQ,CAACC,IAAI,CAAE;MACdC,IAAI,EAAE,wBAAwB;MAC9BC,KAAK,EAAE,IAAAQ,QAAE,EAAE,mBAAoB,CAAC;MAChCJ,IAAI,EAAE6D,aAAM;MACZ3D,QAAQ,EAAEA,CAAE;QAAEC;MAAM,CAAC,KAAM;QAC1BuC,SAAS,CAAEiB,4BAAc,CAACG,SAAU,CAAC;QACrC3D,KAAK,CAAC,CAAC;MACR;IACD,CAAE,CAAC;EACJ;EAEA,OAAO;IAAEX,SAAS,EAAE,KAAK;IAAEC;EAAS,CAAC;AACtC;AAEO,SAASsE,mBAAmBA,CAAA,EAAG;EACrC,IAAAC,0BAAgB,EAAE;IACjBrE,IAAI,EAAE,uBAAuB;IAC7BsE,IAAI,EAAE3D,qBAAqB;IAC3B4D,OAAO,EAAE;EACV,CAAE,CAAC;EAEH,IAAAF,0BAAgB,EAAE;IACjBrE,IAAI,EAAE,mCAAmC;IACzCsE,IAAI,EAAEzF,2BAA2B;IACjC0F,OAAO,EAAE;EACV,CAAE,CAAC;EAEH,IAAAF,0BAAgB,EAAE;IACjBrE,IAAI,EAAE,oCAAoC;IAC1CsE,IAAI,EAAEtD;EACP,CAAE,CAAC;EAEH,IAAAqD,0BAAgB,EAAE;IACjBrE,IAAI,EAAE,yBAAyB;IAC/BsE,IAAI,EAAET,kBAAkB;IACxBU,OAAO,EAAE;EACV,CAAE,CAAC;EAEH,IAAAF,0BAAgB,EAAE;IACjBrE,IAAI,EAAE,wBAAwB;IAC9BsE,IAAI,EAAEvC;EACP,CAAE,CAAC;AACJ"}
|
|
1
|
+
{"version":3,"names":["_data","require","_i18n","_icons","_commands","_htmlEntities","_router","_preferences","_interface","_notices","_editor","_store","_useEditedEntityRecord","_interopRequireDefault","_isTemplateRemovable","_isTemplateRevertable","_keyboardShortcutHelpModal","_preferencesModal","_patternModal","_lockUnlock","_constants","_link","useHistory","unlock","routerPrivateApis","usePageContentFocusCommands","record","template","useEditedEntityRecord","isPage","canvasMode","templateId","currentPostType","useSelect","select","_isPage","getCanvasMode","editSiteStore","getCurrentPostType","getCurrentTemplateId","editorStore","onClick","editTemplate","useLink","postType","postId","setRenderingMode","useDispatch","isLoading","commands","push","name","label","sprintf","decodeEntities","title","icon","layout","callback","close","__","page","useEditorModeCommands","switchEditorMode","editorMode","getEditorMode","code","useManipulateDocumentCommands","isLoaded","removeTemplate","revertTemplate","history","isEditingPage","isTemplateRevertable","type","TEMPLATE_POST_TYPE","isRTL","rotateRight","rotateLeft","isTemplateRemovable","path","trash","useEditUICommands","openGeneralSidebar","closeGeneralSidebar","toggleDistractionFree","setIsListViewOpened","activeSidebar","showBlockBreadcrumbs","isListViewOpen","isDistractionFree","isTopToolbar","isFocusMode","get","preferencesStore","isListViewOpened","interfaceStore","getActiveComplementaryArea","openModal","toggle","createInfoNotice","noticesStore","drawerLeft","drawerRight","blockDefault","id","actions","PREFERENCES_MODAL_NAME","keyboard","KEYBOARD_SHORTCUT_HELP_MODAL_NAME","listView","usePatternCommands","pattern","edit","PATTERN_MODALS","rename","symbol","duplicate","useEditModeCommands","useCommandLoader","hook","context"],"sources":["@wordpress/edit-site/src/hooks/commands/use-edit-mode-commands.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useSelect, useDispatch } from '@wordpress/data';\nimport { __, sprintf, isRTL } from '@wordpress/i18n';\nimport {\n\tedit,\n\ttrash,\n\trotateLeft,\n\trotateRight,\n\tlayout,\n\tpage,\n\tdrawerLeft,\n\tdrawerRight,\n\tblockDefault,\n\tcode,\n\tkeyboard,\n\tlistView,\n\tsymbol,\n} from '@wordpress/icons';\nimport { useCommandLoader } from '@wordpress/commands';\nimport { decodeEntities } from '@wordpress/html-entities';\nimport { privateApis as routerPrivateApis } from '@wordpress/router';\nimport { store as preferencesStore } from '@wordpress/preferences';\nimport { store as interfaceStore } from '@wordpress/interface';\nimport { store as noticesStore } from '@wordpress/notices';\nimport { store as editorStore } from '@wordpress/editor';\n\n/**\n * Internal dependencies\n */\nimport { store as editSiteStore } from '../../store';\nimport useEditedEntityRecord from '../../components/use-edited-entity-record';\nimport isTemplateRemovable from '../../utils/is-template-removable';\nimport isTemplateRevertable from '../../utils/is-template-revertable';\nimport { KEYBOARD_SHORTCUT_HELP_MODAL_NAME } from '../../components/keyboard-shortcut-help-modal';\nimport { PREFERENCES_MODAL_NAME } from '../../components/preferences-modal';\nimport { PATTERN_MODALS } from '../../components/pattern-modal';\nimport { unlock } from '../../lock-unlock';\nimport { TEMPLATE_POST_TYPE } from '../../utils/constants';\nimport { useLink } from '../../components/routes/link';\n\nconst { useHistory } = unlock( routerPrivateApis );\n\nfunction usePageContentFocusCommands() {\n\tconst { record: template } = useEditedEntityRecord();\n\tconst { isPage, canvasMode, templateId, currentPostType } = useSelect(\n\t\t( select ) => {\n\t\t\tconst { isPage: _isPage, getCanvasMode } = unlock(\n\t\t\t\tselect( editSiteStore )\n\t\t\t);\n\t\t\tconst { getCurrentPostType, getCurrentTemplateId } =\n\t\t\t\tselect( editorStore );\n\t\t\treturn {\n\t\t\t\tisPage: _isPage(),\n\t\t\t\tcanvasMode: getCanvasMode(),\n\t\t\t\ttemplateId: getCurrentTemplateId(),\n\t\t\t\tcurrentPostType: getCurrentPostType(),\n\t\t\t};\n\t\t},\n\t\t[]\n\t);\n\n\tconst { onClick: editTemplate } = useLink( {\n\t\tpostType: 'wp_template',\n\t\tpostId: templateId,\n\t} );\n\n\tconst { setRenderingMode } = useDispatch( editorStore );\n\n\tif ( ! isPage || canvasMode !== 'edit' ) {\n\t\treturn { isLoading: false, commands: [] };\n\t}\n\n\tconst commands = [];\n\n\tif ( currentPostType !== 'wp_template' ) {\n\t\tcommands.push( {\n\t\t\tname: 'core/switch-to-template-focus',\n\t\t\t/* translators: %1$s: template title */\n\t\t\tlabel: sprintf(\n\t\t\t\t'Edit template: %s',\n\t\t\t\tdecodeEntities( template.title )\n\t\t\t),\n\t\t\ticon: layout,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\teditTemplate();\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t} else {\n\t\tcommands.push( {\n\t\t\tname: 'core/switch-to-page-focus',\n\t\t\tlabel: __( 'Back to page' ),\n\t\t\ticon: page,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\tsetRenderingMode( 'template-locked' );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\treturn { isLoading: false, commands };\n}\n\nfunction useEditorModeCommands() {\n\tconst { switchEditorMode } = useDispatch( editSiteStore );\n\tconst { canvasMode, editorMode } = useSelect(\n\t\t( select ) => ( {\n\t\t\tcanvasMode: unlock( select( editSiteStore ) ).getCanvasMode(),\n\t\t\teditorMode: select( editSiteStore ).getEditorMode(),\n\t\t} ),\n\t\t[]\n\t);\n\n\tif ( canvasMode !== 'edit' || editorMode !== 'text' ) {\n\t\treturn { isLoading: false, commands: [] };\n\t}\n\n\tconst commands = [];\n\n\tif ( editorMode === 'text' ) {\n\t\tcommands.push( {\n\t\t\tname: 'core/exit-code-editor',\n\t\t\tlabel: __( 'Exit code editor' ),\n\t\t\ticon: code,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\tswitchEditorMode( 'visual' );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\treturn { isLoading: false, commands };\n}\n\nfunction useManipulateDocumentCommands() {\n\tconst { isLoaded, record: template } = useEditedEntityRecord();\n\tconst { removeTemplate, revertTemplate } = useDispatch( editSiteStore );\n\tconst history = useHistory();\n\tconst isEditingPage = useSelect(\n\t\t( select ) =>\n\t\t\tselect( editSiteStore ).isPage() &&\n\t\t\tselect( editorStore ).getCurrentPostType() !== 'wp_template',\n\t\t[]\n\t);\n\n\tif ( ! isLoaded ) {\n\t\treturn { isLoading: true, commands: [] };\n\t}\n\n\tconst commands = [];\n\n\tif ( isTemplateRevertable( template ) && ! isEditingPage ) {\n\t\tconst label =\n\t\t\ttemplate.type === TEMPLATE_POST_TYPE\n\t\t\t\t? /* translators: %1$s: template title */\n\t\t\t\t sprintf(\n\t\t\t\t\t\t'Reset template: %s',\n\t\t\t\t\t\tdecodeEntities( template.title )\n\t\t\t\t )\n\t\t\t\t: /* translators: %1$s: template part title */\n\t\t\t\t sprintf(\n\t\t\t\t\t\t'Reset template part: %s',\n\t\t\t\t\t\tdecodeEntities( template.title )\n\t\t\t\t );\n\t\tcommands.push( {\n\t\t\tname: 'core/reset-template',\n\t\t\tlabel,\n\t\t\ticon: isRTL() ? rotateRight : rotateLeft,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\trevertTemplate( template );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\tif ( isTemplateRemovable( template ) && ! isEditingPage ) {\n\t\tconst label =\n\t\t\ttemplate.type === TEMPLATE_POST_TYPE\n\t\t\t\t? /* translators: %1$s: template title */\n\t\t\t\t sprintf(\n\t\t\t\t\t\t'Delete template: %s',\n\t\t\t\t\t\tdecodeEntities( template.title )\n\t\t\t\t )\n\t\t\t\t: /* translators: %1$s: template part title */\n\t\t\t\t sprintf(\n\t\t\t\t\t\t'Delete template part: %s',\n\t\t\t\t\t\tdecodeEntities( template.title )\n\t\t\t\t );\n\t\tconst path =\n\t\t\ttemplate.type === TEMPLATE_POST_TYPE\n\t\t\t\t? '/wp_template'\n\t\t\t\t: '/wp_template_part/all';\n\t\tcommands.push( {\n\t\t\tname: 'core/remove-template',\n\t\t\tlabel,\n\t\t\ticon: trash,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\tremoveTemplate( template );\n\t\t\t\t// Navigate to the template list\n\t\t\t\thistory.push( {\n\t\t\t\t\tpath,\n\t\t\t\t} );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\treturn {\n\t\tisLoading: ! isLoaded,\n\t\tcommands,\n\t};\n}\n\nfunction useEditUICommands() {\n\tconst {\n\t\topenGeneralSidebar,\n\t\tcloseGeneralSidebar,\n\t\ttoggleDistractionFree,\n\t\tsetIsListViewOpened,\n\t\tswitchEditorMode,\n\t} = useDispatch( editSiteStore );\n\tconst {\n\t\tcanvasMode,\n\t\teditorMode,\n\t\tactiveSidebar,\n\t\tshowBlockBreadcrumbs,\n\t\tisListViewOpen,\n\t\tisDistractionFree,\n\t\tisTopToolbar,\n\t\tisFocusMode,\n\t} = useSelect( ( select ) => {\n\t\tconst { get } = select( preferencesStore );\n\t\tconst { getEditorMode } = select( editSiteStore );\n\t\tconst { isListViewOpened } = select( editorStore );\n\t\treturn {\n\t\t\tcanvasMode: unlock( select( editSiteStore ) ).getCanvasMode(),\n\t\t\teditorMode: getEditorMode(),\n\t\t\tactiveSidebar: select( interfaceStore ).getActiveComplementaryArea(\n\t\t\t\teditSiteStore.name\n\t\t\t),\n\t\t\tshowBlockBreadcrumbs: get( 'core', 'showBlockBreadcrumbs' ),\n\t\t\tisListViewOpen: isListViewOpened(),\n\t\t\tisDistractionFree: get( 'core', 'distractionFree' ),\n\t\t\tisFocusMode: get( 'core', 'focusMode' ),\n\t\t\tisTopToolbar: get( 'core', 'fixedToolbar' ),\n\t\t};\n\t}, [] );\n\tconst { openModal } = useDispatch( interfaceStore );\n\tconst { toggle } = useDispatch( preferencesStore );\n\tconst { createInfoNotice } = useDispatch( noticesStore );\n\n\tif ( canvasMode !== 'edit' ) {\n\t\treturn { isLoading: false, commands: [] };\n\t}\n\n\tconst commands = [];\n\n\tcommands.push( {\n\t\tname: 'core/open-settings-sidebar',\n\t\tlabel: __( 'Toggle settings sidebar' ),\n\t\ticon: isRTL() ? drawerLeft : drawerRight,\n\t\tcallback: ( { close } ) => {\n\t\t\tclose();\n\t\t\tif ( activeSidebar === 'edit-site/template' ) {\n\t\t\t\tcloseGeneralSidebar();\n\t\t\t} else {\n\t\t\t\topenGeneralSidebar( 'edit-site/template' );\n\t\t\t}\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/open-block-inspector',\n\t\tlabel: __( 'Toggle block inspector' ),\n\t\ticon: blockDefault,\n\t\tcallback: ( { close } ) => {\n\t\t\tclose();\n\t\t\tif ( activeSidebar === 'edit-site/block-inspector' ) {\n\t\t\t\tcloseGeneralSidebar();\n\t\t\t} else {\n\t\t\t\topenGeneralSidebar( 'edit-site/block-inspector' );\n\t\t\t}\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/toggle-spotlight-mode',\n\t\tlabel: __( 'Toggle spotlight' ),\n\t\tcallback: ( { close } ) => {\n\t\t\ttoggle( 'core', 'focusMode' );\n\t\t\tclose();\n\t\t\tcreateInfoNotice(\n\t\t\t\tisFocusMode ? __( 'Spotlight off.' ) : __( 'Spotlight on.' ),\n\t\t\t\t{\n\t\t\t\t\tid: 'core/edit-site/toggle-spotlight-mode/notice',\n\t\t\t\t\ttype: 'snackbar',\n\t\t\t\t\tactions: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tlabel: __( 'Undo' ),\n\t\t\t\t\t\t\tonClick: () => {\n\t\t\t\t\t\t\t\ttoggle( 'core', 'focusMode' );\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t}\n\t\t\t);\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/toggle-distraction-free',\n\t\tlabel: isDistractionFree\n\t\t\t? __( 'Exit Distraction Free' )\n\t\t\t: __( 'Enter Distraction Free ' ),\n\t\tcallback: ( { close } ) => {\n\t\t\ttoggleDistractionFree();\n\t\t\tclose();\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/toggle-top-toolbar',\n\t\tlabel: __( 'Toggle top toolbar' ),\n\t\tcallback: ( { close } ) => {\n\t\t\ttoggle( 'core', 'fixedToolbar' );\n\t\t\tif ( isDistractionFree ) {\n\t\t\t\ttoggleDistractionFree();\n\t\t\t}\n\t\t\tclose();\n\t\t\tcreateInfoNotice(\n\t\t\t\tisTopToolbar\n\t\t\t\t\t? __( 'Top toolbar off.' )\n\t\t\t\t\t: __( 'Top toolbar on.' ),\n\t\t\t\t{\n\t\t\t\t\tid: 'core/edit-site/toggle-top-toolbar/notice',\n\t\t\t\t\ttype: 'snackbar',\n\t\t\t\t\tactions: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tlabel: __( 'Undo' ),\n\t\t\t\t\t\t\tonClick: () => {\n\t\t\t\t\t\t\t\ttoggle( 'core', 'fixedToolbar' );\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t}\n\t\t\t);\n\t\t},\n\t} );\n\n\tif ( editorMode === 'visual' ) {\n\t\tcommands.push( {\n\t\t\tname: 'core/toggle-code-editor',\n\t\t\tlabel: __( 'Open code editor' ),\n\t\t\ticon: code,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\tswitchEditorMode( 'text' );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\tcommands.push( {\n\t\tname: 'core/open-preferences',\n\t\tlabel: __( 'Editor preferences' ),\n\t\tcallback: () => {\n\t\t\topenModal( PREFERENCES_MODAL_NAME );\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/open-shortcut-help',\n\t\tlabel: __( 'Keyboard shortcuts' ),\n\t\ticon: keyboard,\n\t\tcallback: () => {\n\t\t\topenModal( KEYBOARD_SHORTCUT_HELP_MODAL_NAME );\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/toggle-breadcrumbs',\n\t\tlabel: showBlockBreadcrumbs\n\t\t\t? __( 'Hide block breadcrumbs' )\n\t\t\t: __( 'Show block breadcrumbs' ),\n\t\tcallback: ( { close } ) => {\n\t\t\ttoggle( 'core', 'showBlockBreadcrumbs' );\n\t\t\tclose();\n\t\t\tcreateInfoNotice(\n\t\t\t\tshowBlockBreadcrumbs\n\t\t\t\t\t? __( 'Breadcrumbs hidden.' )\n\t\t\t\t\t: __( 'Breadcrumbs visible.' ),\n\t\t\t\t{\n\t\t\t\t\tid: 'core/edit-site/toggle-breadcrumbs/notice',\n\t\t\t\t\ttype: 'snackbar',\n\t\t\t\t}\n\t\t\t);\n\t\t},\n\t} );\n\n\tcommands.push( {\n\t\tname: 'core/toggle-list-view',\n\t\tlabel: isListViewOpen\n\t\t\t? __( 'Close List View' )\n\t\t\t: __( 'Open List View' ),\n\t\ticon: listView,\n\t\tcallback: ( { close } ) => {\n\t\t\tsetIsListViewOpened( ! isListViewOpen );\n\t\t\tclose();\n\t\t\tcreateInfoNotice(\n\t\t\t\tisListViewOpen ? __( 'List View off.' ) : __( 'List View on.' ),\n\t\t\t\t{\n\t\t\t\t\tid: 'core/edit-site/toggle-list-view/notice',\n\t\t\t\t\ttype: 'snackbar',\n\t\t\t\t}\n\t\t\t);\n\t\t},\n\t} );\n\n\treturn {\n\t\tisLoading: false,\n\t\tcommands,\n\t};\n}\n\nfunction usePatternCommands() {\n\tconst { isLoaded, record: pattern } = useEditedEntityRecord();\n\tconst { openModal } = useDispatch( interfaceStore );\n\n\tif ( ! isLoaded ) {\n\t\treturn { isLoading: true, commands: [] };\n\t}\n\n\tconst commands = [];\n\n\tif ( pattern?.type === 'wp_block' ) {\n\t\tcommands.push( {\n\t\t\tname: 'core/rename-pattern',\n\t\t\tlabel: __( 'Rename pattern' ),\n\t\t\ticon: edit,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\topenModal( PATTERN_MODALS.rename );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t\tcommands.push( {\n\t\t\tname: 'core/duplicate-pattern',\n\t\t\tlabel: __( 'Duplicate pattern' ),\n\t\t\ticon: symbol,\n\t\t\tcallback: ( { close } ) => {\n\t\t\t\topenModal( PATTERN_MODALS.duplicate );\n\t\t\t\tclose();\n\t\t\t},\n\t\t} );\n\t}\n\n\treturn { isLoading: false, commands };\n}\n\nexport function useEditModeCommands() {\n\tuseCommandLoader( {\n\t\tname: 'core/exit-code-editor',\n\t\thook: useEditorModeCommands,\n\t\tcontext: 'site-editor-edit',\n\t} );\n\n\tuseCommandLoader( {\n\t\tname: 'core/edit-site/page-content-focus',\n\t\thook: usePageContentFocusCommands,\n\t\tcontext: 'site-editor-edit',\n\t} );\n\n\tuseCommandLoader( {\n\t\tname: 'core/edit-site/manipulate-document',\n\t\thook: useManipulateDocumentCommands,\n\t} );\n\n\tuseCommandLoader( {\n\t\tname: 'core/edit-site/patterns',\n\t\thook: usePatternCommands,\n\t\tcontext: 'site-editor-edit',\n\t} );\n\n\tuseCommandLoader( {\n\t\tname: 'core/edit-site/edit-ui',\n\t\thook: useEditUICommands,\n\t} );\n}\n"],"mappings":"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"}
|
|
@@ -22,9 +22,8 @@ function BackButton() {
|
|
|
22
22
|
const isTemplatePart = location.params.postType === TEMPLATE_PART_POST_TYPE;
|
|
23
23
|
const isNavigationMenu = location.params.postType === NAVIGATION_POST_TYPE;
|
|
24
24
|
const isPattern = location.params.postType === PATTERN_TYPES.user;
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
if (!isFocusMode || !previousTemplateId && !isPattern) {
|
|
25
|
+
const isFocusMode = location.params.focusMode || isTemplatePart || isNavigationMenu || isPattern;
|
|
26
|
+
if (!isFocusMode) {
|
|
28
27
|
return null;
|
|
29
28
|
}
|
|
30
29
|
return createElement(Button, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Button","arrowLeft","__","privateApis","routerPrivateApis","TEMPLATE_PART_POST_TYPE","NAVIGATION_POST_TYPE","PATTERN_TYPES","unlock","useLocation","useHistory","BackButton","location","history","isTemplatePart","params","postType","isNavigationMenu","isPattern","user","
|
|
1
|
+
{"version":3,"names":["Button","arrowLeft","__","privateApis","routerPrivateApis","TEMPLATE_PART_POST_TYPE","NAVIGATION_POST_TYPE","PATTERN_TYPES","unlock","useLocation","useHistory","BackButton","location","history","isTemplatePart","params","postType","isNavigationMenu","isPattern","user","isFocusMode","focusMode","createElement","className","icon","onClick","back"],"sources":["@wordpress/edit-site/src/components/block-editor/back-button.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { Button } from '@wordpress/components';\nimport { arrowLeft } from '@wordpress/icons';\nimport { __ } from '@wordpress/i18n';\nimport { privateApis as routerPrivateApis } from '@wordpress/router';\n\n/**\n * Internal dependencies\n */\nimport {\n\tTEMPLATE_PART_POST_TYPE,\n\tNAVIGATION_POST_TYPE,\n\tPATTERN_TYPES,\n} from '../../utils/constants';\nimport { unlock } from '../../lock-unlock';\n\nconst { useLocation, useHistory } = unlock( routerPrivateApis );\n\nfunction BackButton() {\n\tconst location = useLocation();\n\tconst history = useHistory();\n\tconst isTemplatePart = location.params.postType === TEMPLATE_PART_POST_TYPE;\n\tconst isNavigationMenu = location.params.postType === NAVIGATION_POST_TYPE;\n\tconst isPattern = location.params.postType === PATTERN_TYPES.user;\n\n\tconst isFocusMode =\n\t\tlocation.params.focusMode ||\n\t\tisTemplatePart ||\n\t\tisNavigationMenu ||\n\t\tisPattern;\n\n\tif ( ! isFocusMode ) {\n\t\treturn null;\n\t}\n\n\treturn (\n\t\t<Button\n\t\t\tclassName=\"edit-site-visual-editor__back-button\"\n\t\t\ticon={ arrowLeft }\n\t\t\tonClick={ () => {\n\t\t\t\thistory.back();\n\t\t\t} }\n\t\t>\n\t\t\t{ __( 'Back' ) }\n\t\t</Button>\n\t);\n}\n\nexport default BackButton;\n"],"mappings":";AAAA;AACA;AACA;AACA,SAASA,MAAM,QAAQ,uBAAuB;AAC9C,SAASC,SAAS,QAAQ,kBAAkB;AAC5C,SAASC,EAAE,QAAQ,iBAAiB;AACpC,SAASC,WAAW,IAAIC,iBAAiB,QAAQ,mBAAmB;;AAEpE;AACA;AACA;AACA,SACCC,uBAAuB,EACvBC,oBAAoB,EACpBC,aAAa,QACP,uBAAuB;AAC9B,SAASC,MAAM,QAAQ,mBAAmB;AAE1C,MAAM;EAAEC,WAAW;EAAEC;AAAW,CAAC,GAAGF,MAAM,CAAEJ,iBAAkB,CAAC;AAE/D,SAASO,UAAUA,CAAA,EAAG;EACrB,MAAMC,QAAQ,GAAGH,WAAW,CAAC,CAAC;EAC9B,MAAMI,OAAO,GAAGH,UAAU,CAAC,CAAC;EAC5B,MAAMI,cAAc,GAAGF,QAAQ,CAACG,MAAM,CAACC,QAAQ,KAAKX,uBAAuB;EAC3E,MAAMY,gBAAgB,GAAGL,QAAQ,CAACG,MAAM,CAACC,QAAQ,KAAKV,oBAAoB;EAC1E,MAAMY,SAAS,GAAGN,QAAQ,CAACG,MAAM,CAACC,QAAQ,KAAKT,aAAa,CAACY,IAAI;EAEjE,MAAMC,WAAW,GAChBR,QAAQ,CAACG,MAAM,CAACM,SAAS,IACzBP,cAAc,IACdG,gBAAgB,IAChBC,SAAS;EAEV,IAAK,CAAEE,WAAW,EAAG;IACpB,OAAO,IAAI;EACZ;EAEA,OACCE,aAAA,CAACtB,MAAM;IACNuB,SAAS,EAAC,sCAAsC;IAChDC,IAAI,EAAGvB,SAAW;IAClBwB,OAAO,EAAGA,CAAA,KAAM;MACfZ,OAAO,CAACa,IAAI,CAAC,CAAC;IACf;EAAG,GAEDxB,EAAE,CAAE,MAAO,CACN,CAAC;AAEX;AAEA,eAAeS,UAAU"}
|
|
@@ -20,10 +20,15 @@ import useSiteEditorSettings from './use-site-editor-settings';
|
|
|
20
20
|
import { store as editSiteStore } from '../../store';
|
|
21
21
|
import { FOCUSABLE_ENTITIES, NAVIGATION_POST_TYPE } from '../../utils/constants';
|
|
22
22
|
import { unlock } from '../../lock-unlock';
|
|
23
|
+
import { privateApis as routerPrivateApis } from '@wordpress/router';
|
|
24
|
+
const {
|
|
25
|
+
useLocation
|
|
26
|
+
} = unlock(routerPrivateApis);
|
|
23
27
|
export default function SiteEditorCanvas() {
|
|
28
|
+
const location = useLocation();
|
|
24
29
|
const {
|
|
25
30
|
templateType,
|
|
26
|
-
|
|
31
|
+
isFocusableEntity,
|
|
27
32
|
isViewMode
|
|
28
33
|
} = useSelect(select => {
|
|
29
34
|
const {
|
|
@@ -33,10 +38,11 @@ export default function SiteEditorCanvas() {
|
|
|
33
38
|
const _templateType = getEditedPostType();
|
|
34
39
|
return {
|
|
35
40
|
templateType: _templateType,
|
|
36
|
-
|
|
41
|
+
isFocusableEntity: FOCUSABLE_ENTITIES.includes(_templateType),
|
|
37
42
|
isViewMode: getCanvasMode() === 'view'
|
|
38
43
|
};
|
|
39
44
|
}, []);
|
|
45
|
+
const isFocusMode = location.params.focusMode || isFocusableEntity;
|
|
40
46
|
const [resizeObserver, sizes] = useResizeObserver();
|
|
41
47
|
const settings = useSiteEditorSettings();
|
|
42
48
|
const isMobileViewport = useViewportMatch('small', '<');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["classnames","useSelect","useViewportMatch","useResizeObserver","BackButton","ResizableEditor","EditorCanvas","EditorCanvasContainer","useSiteEditorSettings","store","editSiteStore","FOCUSABLE_ENTITIES","NAVIGATION_POST_TYPE","unlock","SiteEditorCanvas","templateType","
|
|
1
|
+
{"version":3,"names":["classnames","useSelect","useViewportMatch","useResizeObserver","BackButton","ResizableEditor","EditorCanvas","EditorCanvasContainer","useSiteEditorSettings","store","editSiteStore","FOCUSABLE_ENTITIES","NAVIGATION_POST_TYPE","unlock","privateApis","routerPrivateApis","useLocation","SiteEditorCanvas","location","templateType","isFocusableEntity","isViewMode","select","getEditedPostType","getCanvasMode","_templateType","includes","isFocusMode","params","focusMode","resizeObserver","sizes","settings","isMobileViewport","enableResizing","isTemplateTypeNavigation","isNavigationFocusMode","forceFullHeight","createElement","Slot","editorCanvasView","className","height"],"sources":["@wordpress/edit-site/src/components/block-editor/site-editor-canvas.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport classnames from 'classnames';\n/**\n * WordPress dependencies\n */\nimport { useSelect } from '@wordpress/data';\nimport { useViewportMatch, useResizeObserver } from '@wordpress/compose';\n\n/**\n * Internal dependencies\n */\nimport BackButton from './back-button';\nimport ResizableEditor from './resizable-editor';\nimport EditorCanvas from './editor-canvas';\nimport EditorCanvasContainer from '../editor-canvas-container';\nimport useSiteEditorSettings from './use-site-editor-settings';\nimport { store as editSiteStore } from '../../store';\nimport {\n\tFOCUSABLE_ENTITIES,\n\tNAVIGATION_POST_TYPE,\n} from '../../utils/constants';\nimport { unlock } from '../../lock-unlock';\nimport { privateApis as routerPrivateApis } from '@wordpress/router';\n\nconst { useLocation } = unlock( routerPrivateApis );\n\nexport default function SiteEditorCanvas() {\n\tconst location = useLocation();\n\tconst { templateType, isFocusableEntity, isViewMode } = useSelect(\n\t\t( select ) => {\n\t\t\tconst { getEditedPostType, getCanvasMode } = unlock(\n\t\t\t\tselect( editSiteStore )\n\t\t\t);\n\n\t\t\tconst _templateType = getEditedPostType();\n\n\t\t\treturn {\n\t\t\t\ttemplateType: _templateType,\n\t\t\t\tisFocusableEntity: FOCUSABLE_ENTITIES.includes( _templateType ),\n\t\t\t\tisViewMode: getCanvasMode() === 'view',\n\t\t\t};\n\t\t},\n\t\t[]\n\t);\n\tconst isFocusMode = location.params.focusMode || isFocusableEntity;\n\tconst [ resizeObserver, sizes ] = useResizeObserver();\n\n\tconst settings = useSiteEditorSettings();\n\n\tconst isMobileViewport = useViewportMatch( 'small', '<' );\n\tconst enableResizing =\n\t\tisFocusMode &&\n\t\t! isViewMode &&\n\t\t// Disable resizing in mobile viewport.\n\t\t! isMobileViewport;\n\n\tconst isTemplateTypeNavigation = templateType === NAVIGATION_POST_TYPE;\n\tconst isNavigationFocusMode = isTemplateTypeNavigation && isFocusMode;\n\tconst forceFullHeight = isNavigationFocusMode;\n\n\treturn (\n\t\t<EditorCanvasContainer.Slot>\n\t\t\t{ ( [ editorCanvasView ] ) =>\n\t\t\t\teditorCanvasView ? (\n\t\t\t\t\t<div className=\"edit-site-visual-editor is-focus-mode\">\n\t\t\t\t\t\t{ editorCanvasView }\n\t\t\t\t\t</div>\n\t\t\t\t) : (\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName={ classnames( 'edit-site-visual-editor', {\n\t\t\t\t\t\t\t'is-focus-mode': isFocusMode || !! editorCanvasView,\n\t\t\t\t\t\t\t'is-view-mode': isViewMode,\n\t\t\t\t\t\t} ) }\n\t\t\t\t\t>\n\t\t\t\t\t\t<BackButton />\n\t\t\t\t\t\t<ResizableEditor\n\t\t\t\t\t\t\tenableResizing={ enableResizing }\n\t\t\t\t\t\t\theight={\n\t\t\t\t\t\t\t\tsizes.height && ! forceFullHeight\n\t\t\t\t\t\t\t\t\t? sizes.height\n\t\t\t\t\t\t\t\t\t: '100%'\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<EditorCanvas\n\t\t\t\t\t\t\t\tenableResizing={ enableResizing }\n\t\t\t\t\t\t\t\tsettings={ settings }\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t{ resizeObserver }\n\t\t\t\t\t\t\t</EditorCanvas>\n\t\t\t\t\t\t</ResizableEditor>\n\t\t\t\t\t</div>\n\t\t\t\t)\n\t\t\t}\n\t\t</EditorCanvasContainer.Slot>\n\t);\n}\n"],"mappings":";AAAA;AACA;AACA;AACA,OAAOA,UAAU,MAAM,YAAY;AACnC;AACA;AACA;AACA,SAASC,SAAS,QAAQ,iBAAiB;AAC3C,SAASC,gBAAgB,EAAEC,iBAAiB,QAAQ,oBAAoB;;AAExE;AACA;AACA;AACA,OAAOC,UAAU,MAAM,eAAe;AACtC,OAAOC,eAAe,MAAM,oBAAoB;AAChD,OAAOC,YAAY,MAAM,iBAAiB;AAC1C,OAAOC,qBAAqB,MAAM,4BAA4B;AAC9D,OAAOC,qBAAqB,MAAM,4BAA4B;AAC9D,SAASC,KAAK,IAAIC,aAAa,QAAQ,aAAa;AACpD,SACCC,kBAAkB,EAClBC,oBAAoB,QACd,uBAAuB;AAC9B,SAASC,MAAM,QAAQ,mBAAmB;AAC1C,SAASC,WAAW,IAAIC,iBAAiB,QAAQ,mBAAmB;AAEpE,MAAM;EAAEC;AAAY,CAAC,GAAGH,MAAM,CAAEE,iBAAkB,CAAC;AAEnD,eAAe,SAASE,gBAAgBA,CAAA,EAAG;EAC1C,MAAMC,QAAQ,GAAGF,WAAW,CAAC,CAAC;EAC9B,MAAM;IAAEG,YAAY;IAAEC,iBAAiB;IAAEC;EAAW,CAAC,GAAGpB,SAAS,CAC9DqB,MAAM,IAAM;IACb,MAAM;MAAEC,iBAAiB;MAAEC;IAAc,CAAC,GAAGX,MAAM,CAClDS,MAAM,CAAEZ,aAAc,CACvB,CAAC;IAED,MAAMe,aAAa,GAAGF,iBAAiB,CAAC,CAAC;IAEzC,OAAO;MACNJ,YAAY,EAAEM,aAAa;MAC3BL,iBAAiB,EAAET,kBAAkB,CAACe,QAAQ,CAAED,aAAc,CAAC;MAC/DJ,UAAU,EAAEG,aAAa,CAAC,CAAC,KAAK;IACjC,CAAC;EACF,CAAC,EACD,EACD,CAAC;EACD,MAAMG,WAAW,GAAGT,QAAQ,CAACU,MAAM,CAACC,SAAS,IAAIT,iBAAiB;EAClE,MAAM,CAAEU,cAAc,EAAEC,KAAK,CAAE,GAAG5B,iBAAiB,CAAC,CAAC;EAErD,MAAM6B,QAAQ,GAAGxB,qBAAqB,CAAC,CAAC;EAExC,MAAMyB,gBAAgB,GAAG/B,gBAAgB,CAAE,OAAO,EAAE,GAAI,CAAC;EACzD,MAAMgC,cAAc,GACnBP,WAAW,IACX,CAAEN,UAAU;EACZ;EACA,CAAEY,gBAAgB;EAEnB,MAAME,wBAAwB,GAAGhB,YAAY,KAAKP,oBAAoB;EACtE,MAAMwB,qBAAqB,GAAGD,wBAAwB,IAAIR,WAAW;EACrE,MAAMU,eAAe,GAAGD,qBAAqB;EAE7C,OACCE,aAAA,CAAC/B,qBAAqB,CAACgC,IAAI,QACxB,CAAE,CAAEC,gBAAgB,CAAE,KACvBA,gBAAgB,GACfF,aAAA;IAAKG,SAAS,EAAC;EAAuC,GACnDD,gBACE,CAAC,GAENF,aAAA;IACCG,SAAS,EAAGzC,UAAU,CAAE,yBAAyB,EAAE;MAClD,eAAe,EAAE2B,WAAW,IAAI,CAAC,CAAEa,gBAAgB;MACnD,cAAc,EAAEnB;IACjB,CAAE;EAAG,GAELiB,aAAA,CAAClC,UAAU,MAAE,CAAC,EACdkC,aAAA,CAACjC,eAAe;IACf6B,cAAc,EAAGA,cAAgB;IACjCQ,MAAM,EACLX,KAAK,CAACW,MAAM,IAAI,CAAEL,eAAe,GAC9BN,KAAK,CAACW,MAAM,GACZ;EACH,GAEDJ,aAAA,CAAChC,YAAY;IACZ4B,cAAc,EAAGA,cAAgB;IACjCF,QAAQ,EAAGA;EAAU,GAEnBF,cACW,CACE,CACb,CAGoB,CAAC;AAE/B"}
|
|
@@ -14,7 +14,11 @@ const {
|
|
|
14
14
|
export function usePostLinkProps() {
|
|
15
15
|
const history = useHistory();
|
|
16
16
|
return (params, state) => {
|
|
17
|
-
return getPostLinkProps(history,
|
|
17
|
+
return getPostLinkProps(history, {
|
|
18
|
+
...params,
|
|
19
|
+
focusMode: true,
|
|
20
|
+
canvas: 'edit'
|
|
21
|
+
}, state);
|
|
18
22
|
};
|
|
19
23
|
}
|
|
20
24
|
//# sourceMappingURL=use-post-link-props.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["privateApis","routerPrivateApis","unlock","getPostLinkProps","useHistory","usePostLinkProps","history","params","state"],"sources":["@wordpress/edit-site/src/components/block-editor/use-post-link-props.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { privateApis as routerPrivateApis } from '@wordpress/router';\n\n/**\n * Internal dependencies\n */\nimport { unlock } from '../../lock-unlock';\nimport { getPostLinkProps } from '../routes/link';\n\nconst { useHistory } = unlock( routerPrivateApis );\n\nexport function usePostLinkProps() {\n\tconst history = useHistory();\n\n\treturn ( params, state ) => {\n\t\treturn getPostLinkProps(
|
|
1
|
+
{"version":3,"names":["privateApis","routerPrivateApis","unlock","getPostLinkProps","useHistory","usePostLinkProps","history","params","state","focusMode","canvas"],"sources":["@wordpress/edit-site/src/components/block-editor/use-post-link-props.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { privateApis as routerPrivateApis } from '@wordpress/router';\n\n/**\n * Internal dependencies\n */\nimport { unlock } from '../../lock-unlock';\nimport { getPostLinkProps } from '../routes/link';\n\nconst { useHistory } = unlock( routerPrivateApis );\n\nexport function usePostLinkProps() {\n\tconst history = useHistory();\n\n\treturn ( params, state ) => {\n\t\treturn getPostLinkProps(\n\t\t\thistory,\n\t\t\t{ ...params, focusMode: true, canvas: 'edit' },\n\t\t\tstate\n\t\t);\n\t};\n}\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,WAAW,IAAIC,iBAAiB,QAAQ,mBAAmB;;AAEpE;AACA;AACA;AACA,SAASC,MAAM,QAAQ,mBAAmB;AAC1C,SAASC,gBAAgB,QAAQ,gBAAgB;AAEjD,MAAM;EAAEC;AAAW,CAAC,GAAGF,MAAM,CAAED,iBAAkB,CAAC;AAElD,OAAO,SAASI,gBAAgBA,CAAA,EAAG;EAClC,MAAMC,OAAO,GAAGF,UAAU,CAAC,CAAC;EAE5B,OAAO,CAAEG,MAAM,EAAEC,KAAK,KAAM;IAC3B,OAAOL,gBAAgB,CACtBG,OAAO,EACP;MAAE,GAAGC,MAAM;MAAEE,SAAS,EAAE,IAAI;MAAEC,MAAM,EAAE;IAAO,CAAC,EAC9CF,KACD,CAAC;EACF,CAAC;AACF"}
|
|
@@ -79,13 +79,13 @@ export default function Editor({
|
|
|
79
79
|
contextPost,
|
|
80
80
|
editorMode,
|
|
81
81
|
canvasMode,
|
|
82
|
-
renderingMode,
|
|
83
82
|
blockEditorMode,
|
|
84
83
|
isRightSidebarOpen,
|
|
85
84
|
isInserterOpen,
|
|
86
85
|
isListViewOpen,
|
|
87
86
|
showIconLabels,
|
|
88
|
-
showBlockBreadcrumbs
|
|
87
|
+
showBlockBreadcrumbs,
|
|
88
|
+
postTypeLabel
|
|
89
89
|
} = useSelect(select => {
|
|
90
90
|
const {
|
|
91
91
|
get
|
|
@@ -105,9 +105,9 @@ export default function Editor({
|
|
|
105
105
|
getEntityRecord
|
|
106
106
|
} = select(coreDataStore);
|
|
107
107
|
const {
|
|
108
|
-
getRenderingMode,
|
|
109
108
|
isInserterOpened,
|
|
110
|
-
isListViewOpened
|
|
109
|
+
isListViewOpened,
|
|
110
|
+
getPostTypeLabel
|
|
111
111
|
} = select(editorStore);
|
|
112
112
|
const _context = getEditedPostContext();
|
|
113
113
|
|
|
@@ -118,13 +118,13 @@ export default function Editor({
|
|
|
118
118
|
contextPost: _context?.postId ? getEntityRecord('postType', _context.postType, _context.postId) : undefined,
|
|
119
119
|
editorMode: getEditorMode(),
|
|
120
120
|
canvasMode: getCanvasMode(),
|
|
121
|
-
renderingMode: getRenderingMode(),
|
|
122
121
|
blockEditorMode: __unstableGetEditorMode(),
|
|
123
122
|
isInserterOpen: isInserterOpened(),
|
|
124
123
|
isListViewOpen: isListViewOpened(),
|
|
125
124
|
isRightSidebarOpen: getActiveComplementaryArea(editSiteStore.name),
|
|
126
125
|
showBlockBreadcrumbs: get('core', 'showBlockBreadcrumbs'),
|
|
127
|
-
showIconLabels: get('core', 'showIconLabels')
|
|
126
|
+
showIconLabels: get('core', 'showIconLabels'),
|
|
127
|
+
postTypeLabel: getPostTypeLabel()
|
|
128
128
|
};
|
|
129
129
|
}, []);
|
|
130
130
|
const isViewMode = canvasMode === 'view';
|
|
@@ -176,7 +176,7 @@ export default function Editor({
|
|
|
176
176
|
scope: "core/edit-site"
|
|
177
177
|
})),
|
|
178
178
|
footer: shouldShowBlockBreadcrumbs && createElement(BlockBreadcrumb, {
|
|
179
|
-
rootLabelText:
|
|
179
|
+
rootLabelText: postTypeLabel
|
|
180
180
|
}),
|
|
181
181
|
labels: {
|
|
182
182
|
...interfaceLabels,
|