@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
13 lines • 614 B
JavaScript
import { defineMessages } from 'react-intl-next';
export const highlightMessages = 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.'
}
});