@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
13 lines • 637 B
JavaScript
import { defineMessages } from 'react-intl';
export var editorMessages = defineMessages({
editorAssistiveLabel: {
id: 'fabric.editor.editorAssistiveLabel',
defaultMessage: 'Main content area, start typing to enter text.',
description: 'Text that is read out by screen reader when the main editor is in focus'
},
fullPageEditorAssistiveLabel: {
id: 'fabric.editor.fullPageEditorAssistiveLabel',
defaultMessage: 'Page editing area, start typing to enter text.',
description: 'The aria-label assigned to the full page editor content area, read by screen readers when a user focuses the editing region.'
}
});