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

constants.js « work_items « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 995c02a2c5b563d084a49963dc35d0a7dbfae80f (plain)
1
2
3
4
5
export const widgetTypes = {
  title: 'TITLE',
};

export const WI_TITLE_TRACK_LABEL = 'item_title';