@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
19 lines (18 loc) • 768 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.highlightMessages = void 0;
var _reactIntlNext = require("react-intl-next");
var highlightMessages = exports.highlightMessages = (0, _reactIntlNext.defineMessages)({
highlight: {
id: 'fabric.editor.highlight',
defaultMessage: 'Highlight color',
description: 'Label for the highlight color menu option in the primary editor toolbar. Opens up the color palette for the highlight colors.'
},
highlightFloatingToolbar: {
id: 'fabric.editor.highlightFloatingToolbar',
defaultMessage: 'Highlight',
description: 'Button content for the highlight color menu option in the editor floating toolbar. Opens up the color palette for the highlight colors.'
}
});