@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
28 lines • 1.06 kB
JavaScript
import { defineMessages } from 'react-intl';
export const nativeEmbedToolbarMessages = 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.'
}
});