@gechiui/block-editor
Version:
13 lines (12 loc) • 447 B
JavaScript
/**
* GeChiUI dependencies
*/
import { __ } from '@gechiui/i18n'; // 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.
export const CREATE_TYPE = '__CREATE__';
export const DEFAULT_LINK_SETTINGS = [{
id: 'opensInNewTab',
title: __('在新窗口打开')
}];
//# sourceMappingURL=constants.js.map