@gechiui/block-editor
Version:
17 lines (14 loc) • 419 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: __( '在新窗口打开' ),
},
];