@gechiui/block-editor
Version:
23 lines (20 loc) • 679 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DEFAULT_LINK_SETTINGS = exports.CREATE_TYPE = void 0;
var _i18n = require("@gechiui/i18n");
/**
* GeChiUI dependencies
*/
// Used as a unique identifier for the "Create" option within search results.
// Used to help distinguish the "Create" suggestion within the search results in
// order to handle it as a unique case.
const CREATE_TYPE = '__CREATE__';
exports.CREATE_TYPE = CREATE_TYPE;
const DEFAULT_LINK_SETTINGS = [{
id: 'opensInNewTab',
title: (0, _i18n.__)('在新窗口打开')
}];
exports.DEFAULT_LINK_SETTINGS = DEFAULT_LINK_SETTINGS;
//# sourceMappingURL=constants.js.map