2022-04-04 11:22:00 +05:30
|
|
|
export const propsData = {
|
|
|
|
modalTitle: '_modal_title_',
|
|
|
|
modalId: '_modal_id_',
|
|
|
|
name: '_name_',
|
|
|
|
accessLevels: { Guest: 10, Reporter: 20, Developer: 30, Maintainer: 40, Owner: 50 },
|
|
|
|
defaultAccessLevel: 10,
|
|
|
|
helpLink: 'https://example.com',
|
|
|
|
labelIntroText: '_label_intro_text_',
|
|
|
|
labelSearchField: '_label_search_field_',
|
|
|
|
formGroupDescription: '_form_group_description_',
|
|
|
|
};
|
2022-07-16 23:28:13 +05:30
|
|
|
|
|
|
|
export const membersPath = '/members_path';
|
|
|
|
export const purchasePath = '/purchase_path';
|