Skip to content
Snippets Groups Projects
Commit e246b5d7 authored by grgml's avatar grgml
Browse files

feat(*): add templates config to the production config

parent f4b6851f
No related tags found
No related merge requests found
Pipeline #64081 passed with stages
in 6 minutes and 11 seconds
module.exports = {}
module.exports = {
templates: [
{
label: 'slategrey',
url: 'https://gitlab.coko.foundation/coko-org/products/ketty/ketty-templates/slategrey.git',
assetsRoot: 'dist',
supportedNoteTypes: ['footnotes'],
},
{
label: 'significa',
url: 'https://gitlab.coko.foundation/coko-org/products/ketty/ketty-templates/significa.git',
assetsRoot: 'dist',
supportedNoteTypes: ['footnotes'],
},
{
label: 'bikini',
url: 'https://gitlab.coko.foundation/coko-org/products/ketty/ketty-templates/bikini.git',
assetsRoot: 'dist',
supportedNoteTypes: ['footnotes'],
},
{
label: 'vanilla',
url: 'https://gitlab.coko.foundation/coko-org/products/ketty/ketty-templates/vanilla.git',
assetsRoot: 'dist',
default: true,
supportedNoteTypes: ['footnotes'],
},
{
label: 'atosh',
url: 'https://gitlab.coko.foundation/coko-org/products/ketty/ketty-templates/atosh.git',
assetsRoot: 'dist',
supportedNoteTypes: ['footnotes'],
},
{
label: 'eclypse',
url: 'https://gitlab.coko.foundation/coko-org/products/ketty/ketty-templates/eclypse.git',
assetsRoot: 'dist',
supportedNoteTypes: ['footnotes'],
},
{
label: 'logical',
url: 'https://gitlab.coko.foundation/coko-org/products/ketty/ketty-templates/logical.git',
assetsRoot: 'dist',
supportedNoteTypes: ['footnotes'],
},
{
label: 'tenberg',
url: 'https://gitlab.coko.foundation/coko-org/products/ketty/ketty-templates/tenberg.git',
assetsRoot: 'dist',
supportedNoteTypes: ['footnotes'],
},
],
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment