@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
49 lines (48 loc) • 1.85 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.messages = void 0;
var _reactIntl = require("react-intl");
var messages = exports.messages = (0, _reactIntl.defineMessages)({
maxWidthLabel: {
id: 'fabric.editor.breakoutMaxWidthLabel',
defaultMessage: 'Max-width',
description: 'Resize current element to max-width mode'
},
fullWidthLabel: {
id: 'fabric.editor.breakoutFullWidthLabel',
defaultMessage: 'Full-width',
description: 'Resize current element to full-width mode'
},
wideWidthLabel: {
id: 'fabric.editor.breakoutWideWidthLabel',
defaultMessage: 'Wide',
description: 'Label for a toolbar button that resizes the current editor element (e.g. a table, image, or code block) to wide display mode, extending it beyond the default content width.'
},
resizeHandle: {
id: 'fabric.editor.resizeHandle',
defaultMessage: 'Resize handle',
description: 'Label for the resize handle element displayed on content blocks in the editor, used to allow users to drag and resize the width of the element.'
},
resizeExpand: {
id: 'fabric.editor.breakout.resizeExpand',
defaultMessage: 'Resize expand',
description: 'Tooltip displayed on custom expand width resize handle'
},
resizeCodeBlock: {
id: 'fabric.editor.breakout.resizeCodeBlock',
defaultMessage: 'Resize code snippet',
description: 'Tooltip displayed on custom code block width resize handle'
},
resizeLayout: {
id: 'fabric.editor.breakout.resizeLayout',
defaultMessage: 'Resize layout',
description: 'Tooltip displayed on custom layout width resize handle'
},
resizeElement: {
id: 'fabric.editor.breakout.resizeElement',
defaultMessage: 'Resize element',
description: 'Tooltip displayed on custom element (node) width resize handle'
}
});