@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
8 lines • 324 B
JavaScript
import { defineMessages } from 'react-intl';
export var messages = defineMessages({
toolbarHelpTitle: {
id: 'fabric.editor.headingLink.toolbarHelpTitle',
defaultMessage: 'Open help dialog',
description: 'Label for the toolbar help button in the editor. When clicked, this button opens the help dialog.'
}
});