diff --git a/site/views/components/esl-carousel/autoplay.njk b/site/views/components/esl-carousel/autoplay.njk index 6cbe2a0a91..2864ff00e8 100644 --- a/site/views/components/esl-carousel/autoplay.njk +++ b/site/views/components/esl-carousel/autoplay.njk @@ -3,6 +3,7 @@ layout: content title: ESL Carousel Autoplay seoTitle: ESL Carousel Autoplay - part of ESL Carousel web component to create carousel UX with custom plugins, rendering and out of the box popular features support name: Autoplay +order: 4 parent: 'ESL Carousel' tags: [components, draft] aside: diff --git a/site/views/components/esl-carousel/dots.njk b/site/views/components/esl-carousel/dots.njk index 050d82c9ae..e4b34b4252 100644 --- a/site/views/components/esl-carousel/dots.njk +++ b/site/views/components/esl-carousel/dots.njk @@ -4,6 +4,7 @@ title: ESL Carousel Dots seoTitle: ESL Carousel Dots - part of ESL Carousel web component to create carousel UX with custom plugins, rendering and out of the box popular features support name: Navigation Dots parent: 'ESL Carousel' +order: 1 tags: [components] aside: source: src/modules/esl-carousel diff --git a/site/views/components/esl-carousel/keyboard.njk b/site/views/components/esl-carousel/keyboard.njk index 25760e8e75..ed18a68493 100644 --- a/site/views/components/esl-carousel/keyboard.njk +++ b/site/views/components/esl-carousel/keyboard.njk @@ -4,6 +4,7 @@ title: ESL Carousel Keyboard seoTitle: ESL Carousel Keyboard - part of ESL Carousel web component to create carousel UX with custom plugins, rendering and out of the box popular features support name: Keyboard Navigation parent: 'ESL Carousel' +order: 3 tags: [components, draft] aside: source: src/modules/esl-carousel diff --git a/site/views/components/esl-carousel/nav.njk b/site/views/components/esl-carousel/nav.njk index facb6bcaf5..cf1a2a0954 100644 --- a/site/views/components/esl-carousel/nav.njk +++ b/site/views/components/esl-carousel/nav.njk @@ -4,6 +4,7 @@ title: ESL Carousel Nav seoTitle: ESL Carousel Nav - part of ESL Carousel web component to create carousel UX with custom plugins, rendering and out of the box popular features support name: Navigation Controls parent: 'ESL Carousel' +order: 0 tags: [components] aside: source: src/modules/esl-carousel diff --git a/site/views/components/esl-carousel/relation.njk b/site/views/components/esl-carousel/relation.njk index b0a29cf4d1..4952b69eb2 100644 --- a/site/views/components/esl-carousel/relation.njk +++ b/site/views/components/esl-carousel/relation.njk @@ -4,6 +4,7 @@ title: ESL Carousel Relation seoTitle: ESL Carousel Relation - part of ESL Carousel web component to create carousel UX with custom plugins, rendering and out of the box popular features support name: Linking Carousels parent: 'ESL Carousel' +order: 5 tags: [components, draft] aside: source: src/modules/esl-carousel diff --git a/site/views/components/esl-carousel/touch.njk b/site/views/components/esl-carousel/touch.njk index 63e6aa1ab0..adcb3173eb 100644 --- a/site/views/components/esl-carousel/touch.njk +++ b/site/views/components/esl-carousel/touch.njk @@ -4,6 +4,7 @@ title: ESL Carousel Touch seoTitle: ESL Carousel Touch - part of ESL Carousel web component to create carousel UX with custom plugins, rendering and out of the box popular features support name: Touch / Swipe parent: 'ESL Carousel' +order: 2 tags: [components, draft] aside: source: src/modules/esl-carousel diff --git a/site/views/components/esl-carousel/wheel.njk b/site/views/components/esl-carousel/wheel.njk index f6bed5fbc8..e0b78949fa 100644 --- a/site/views/components/esl-carousel/wheel.njk +++ b/site/views/components/esl-carousel/wheel.njk @@ -4,6 +4,7 @@ title: ESL Carousel Wheel seoTitle: ESL Carousel Wheel - part of ESL Carousel web component to create carousel UX with custom plugins, rendering and out of the box popular features support name: Mouse Wheel parent: 'ESL Carousel' +order: 6 tags: [components, draft] aside: source: src/modules/esl-carousel