@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
24 lines (23 loc) • 758 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.messages = void 0;
var _reactIntlNext = require("react-intl-next");
var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
placeholder: {
id: 'fabric.editor.statusPlaceholder',
defaultMessage: 'Set a status',
description: 'Placeholder description for an empty (new) status item in the editor'
},
editText: {
id: 'fabric.editor.editStatusText',
defaultMessage: 'Edit Status',
description: 'Title for the input that changes the status text'
},
editColor: {
id: 'fabric.editor.editStatusColor',
defaultMessage: 'Edit Status Color',
description: 'Title for the color picker that changes the status color'
}
});