@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
19 lines (18 loc) • 779 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.editorMessages = void 0;
var _reactIntl = require("react-intl");
var editorMessages = exports.editorMessages = (0, _reactIntl.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.'
}
});