@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
24 lines (23 loc) • 888 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.messages = void 0;
var _reactIntl = require("react-intl");
var messages = exports.messages = (0, _reactIntl.defineMessages)({
toolbarLabel: {
id: 'fabric.editor.toolbarLabel',
defaultMessage: 'Editor',
description: 'ARIA region landmark label identifying the editor toolbar area to screen reader users.'
},
pageActionsLabel: {
id: 'fabric.editor.pageActionsLabel',
defaultMessage: 'Page actions',
description: 'ARIA region landmark label identifying the page actions area (e.g. publish, share) to screen reader users.'
},
editableContentLabel: {
id: 'fabric.editor.editableContentLabel',
defaultMessage: 'Editable content',
description: 'ARIA region landmark label identifying the main editable content area of the editor to screen reader users.'
}
});