13 lines
281 B
JavaScript
13 lines
281 B
JavaScript
|
import { s__ } from '~/locale';
|
||
|
|
||
|
export default {
|
||
|
basic: {
|
||
|
text: s__('ProjectTemplates|Basic'),
|
||
|
icon: '.template-option .icon-basic',
|
||
|
},
|
||
|
serenity_valley: {
|
||
|
text: s__('ProjectTemplates|Serenity Valley'),
|
||
|
icon: '.template-option .icon-serenity_valley',
|
||
|
},
|
||
|
};
|