@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
34 lines (33 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.nativeEmbedToolbarMessages = void 0;
var _reactIntl = require("react-intl");
var nativeEmbedToolbarMessages = exports.nativeEmbedToolbarMessages = (0, _reactIntl.defineMessages)({
alwaysShowTitle: {
id: 'fabric.editor.nativeEmbeds.alwaysShowTitle',
defaultMessage: 'Show embed title',
description: 'Label for the toggle to enable or disable the behaviour of always showing the title of the embed.'
},
expandPreview: {
id: 'fabric.editor.nativeEmbeds.expandPreview',
defaultMessage: 'Expand',
description: 'Label for the button to expand the embed to fullscreen.'
},
refresh: {
id: 'fabric.editor.nativeEmbeds.refresh',
defaultMessage: 'Refresh',
description: 'Label for the button to refresh the embedded link.'
},
setEmbedType: {
id: 'fabric.editor.nativeEmbeds.setEmbedType',
defaultMessage: 'Set embed type',
description: 'Label for the button to set the type of embed.'
},
summarise: {
id: 'fabric.editor.nativeEmbeds.summarise',
defaultMessage: 'Summarize',
description: 'Label for the button to summarize the content of the embedded link using AI.'
}
});