Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « editor « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ee692e953a956844d2b7bb623f46e58d83387f2 (plain)
1
2
3
4
5
6
7
import { __ } from '~/locale';

export const EDITOR_LITE_INSTANCE_ERROR_NO_EL = __(
  '"el" parameter is required for createInstance()',
);

export const URI_PREFIX = 'gitlab';