blob: e012507a5920b5e26e92d7ba3ae4de28c51230af (
plain)
1
2
3
4
5
6
7
8
9
|
export const IDE_DATASET = {
emptyStateSvgPath: '/test/empty_state.svg',
noChangesStateSvgPath: '/test/no_changes_state.svg',
committedStateSvgPath: '/test/committed_state.svg',
pipelinesEmptyStateSvgPath: '/test/pipelines_empty_state.svg',
promotionSvgPath: '/test/promotion.svg',
webIDEHelpPagePath: '/test/web_ide_help_page',
renderWhitespaceInCode: 'false',
};
|