UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

13 lines 573 B
import { defineMessages } from 'react-intl'; export const selectionExtensionMessages = defineMessages({ selectionExtensionDropdownButtonLabel: { id: 'fabric.editor.selectionExtensionDropdownButtonLabel', defaultMessage: 'Select app', description: 'Label for the selection extension dropdown button' }, externalExtensionsHeading: { id: 'fabric.editor.externalExtensionsHeading', defaultMessage: 'Apps', description: 'Heading text shown in the selection toolbar overflow dropdown to label the section containing external app extensions.' } });