UNPKG

@wordpress/edit-post

Version:
27 lines (26 loc) 588 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PREFERENCES_DEFAULTS = void 0; const PREFERENCES_DEFAULTS = { editorMode: 'visual', panels: { 'post-status': { opened: true } }, features: { fixedToolbar: false, welcomeGuide: true, fullscreenMode: true, showIconLabels: false, themeStyles: true, showBlockBreadcrumbs: true }, hiddenBlockTypes: [], preferredStyleVariations: {}, localAutosaveInterval: 15 }; exports.PREFERENCES_DEFAULTS = PREFERENCES_DEFAULTS; //# sourceMappingURL=defaults.js.map