init slider

This commit is contained in:
samaradel
2021-08-15 16:14:55 +02:00
parent bed78b89db
commit 39443840a8
22 changed files with 169 additions and 50 deletions

View File

@@ -371,6 +371,22 @@ module.exports = {
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Carousel',
path: './content/page/**/carousel/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'CarouselMain',
path: './content/page/**/carousel/main/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
@@ -429,7 +445,9 @@ module.exports = {
jobs: 'Jobs',
customCTA: 'CustomCTA',
pageHeader: 'PageHeader',
card: 'Card'
card: 'Card',
carousel: 'Carousel',
sliderMain: 'CarouselMain'
}
}
},