2021-04-29 21:17:54 +05:30
|
|
|
import { s__ } from '~/locale';
|
|
|
|
|
|
|
|
export const PROVIDE_SERIALIZER_OR_RENDERER_ERROR = s__(
|
|
|
|
'ContentEditor|You have to provide a renderMarkdown function or a custom serializer',
|
|
|
|
);
|
2021-06-08 01:23:25 +05:30
|
|
|
|
|
|
|
export const CONTENT_EDITOR_TRACKING_LABEL = 'content_editor';
|
|
|
|
export const TOOLBAR_CONTROL_TRACKING_ACTION = 'execute_toolbar_control';
|
|
|
|
export const KEYBOARD_SHORTCUT_TRACKING_ACTION = 'execute_keyboard_shortcut';
|
|
|
|
export const INPUT_RULE_TRACKING_ACTION = 'execute_input_rule';
|