2021-06-08 15:12:07 +00:00
|
|
|
export const TEMPLATES = [
|
2021-12-22 21:11:05 +00:00
|
|
|
{
|
|
|
|
title: 'Starter Kit (Generic)',
|
|
|
|
value: 'starter',
|
2022-03-18 22:35:45 +00:00
|
|
|
integrations: true,
|
2021-12-22 21:11:05 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
title: 'Blog',
|
|
|
|
value: 'blog',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: 'Documentation',
|
|
|
|
value: 'docs',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: 'Portfolio',
|
|
|
|
value: 'portfolio',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
title: 'Minimal',
|
|
|
|
value: 'minimal',
|
|
|
|
},
|
2021-06-08 15:12:07 +00:00
|
|
|
];
|