@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
19 lines (18 loc) • 654 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.linkMessages = void 0;
var _reactIntl = require("react-intl");
var linkMessages = exports.linkMessages = (0, _reactIntl.defineMessages)({
openLink: {
id: 'fabric.editor.openLink',
defaultMessage: 'Open link in a new tab',
description: 'The text is shown as a link action in the editor toolbar or context menu when a user can open a linked URL in a new browser tab.'
},
openPreviewPanel: {
id: 'fabric.editor.openPreviewPanel',
defaultMessage: 'Open preview panel',
description: 'Opens preview panel and loads the page inside it'
}
});