UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

13 lines 639 B
import { defineMessages } from 'react-intl'; export const 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.' } });