Edit website structure
This commit is contained in:
parent
2b79d762b3
commit
5921d2fafe
19 changed files with 104 additions and 110 deletions
|
@ -1,7 +1,7 @@
|
|||
title:
|
||||
en: Home
|
||||
fr: Accueil
|
||||
icon: home
|
||||
icon: list-bullet
|
||||
status:
|
||||
draft: true
|
||||
listed: true
|
||||
|
@ -17,5 +17,5 @@ options:
|
|||
delete: false
|
||||
duplicate: false
|
||||
tabs:
|
||||
content: tabs/home_content
|
||||
seo: tabs/home_seo
|
||||
content: tabs/exhibitions_content
|
||||
seo: tabs/exhibitions_seo
|
|
@ -1,7 +1,7 @@
|
|||
title:
|
||||
en: Gallery
|
||||
fr: Galerie
|
||||
icon: file-image
|
||||
icon: images
|
||||
status:
|
||||
draft: true
|
||||
listed: true
|
||||
|
|
|
@ -3,17 +3,6 @@ headline:
|
|||
fr: Expositions
|
||||
type: fields
|
||||
fields:
|
||||
featured_exhibition:
|
||||
label:
|
||||
en: Featured exhibition
|
||||
fr: Exposition mise en avant
|
||||
type: select
|
||||
options: query
|
||||
query:
|
||||
fetch: page.exhibitions.toStructure
|
||||
text: '{{ structureItem.url }}'
|
||||
value: '{{ structureItem.url }}'
|
||||
width: 1/2
|
||||
exhibitions:
|
||||
label:
|
||||
en: Exhibitions
|
|
@ -3,13 +3,14 @@ headline:
|
|||
fr: Pages
|
||||
type: pages
|
||||
templates:
|
||||
- home
|
||||
- about
|
||||
- exhibitions
|
||||
- gallery
|
||||
sortBy: title desc
|
||||
create: false
|
||||
layout: cardlets
|
||||
layout: cards
|
||||
size: small
|
||||
image:
|
||||
ratio: 1/1
|
||||
cover: true
|
||||
query: page.images.template('image').first
|
||||
back: white
|
||||
|
|
9
site/blueprints/tabs/exhibitions_content.yml
Normal file
9
site/blueprints/tabs/exhibitions_content.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
label:
|
||||
en: Content
|
||||
fr: Contenu
|
||||
icon: text
|
||||
sections:
|
||||
exhibitions: sections/exhibitions_content_exhibitions
|
||||
contact: sections/exhibitions_content_contact
|
||||
|
||||
|
|
@ -3,4 +3,4 @@ label:
|
|||
fr: Référencement
|
||||
icon: search
|
||||
sections:
|
||||
seo_basic_meta: sections/home_seo_metadata
|
||||
seo_basic_meta: sections/exhibitions_seo_metadata
|
|
@ -1,7 +0,0 @@
|
|||
label:
|
||||
en: Content
|
||||
fr: Contenu
|
||||
icon: text
|
||||
sections:
|
||||
exhibitions: sections/home_content_exhibitions
|
||||
|
|
@ -4,4 +4,3 @@ label:
|
|||
icon: home
|
||||
sections:
|
||||
pages: sections/site_content_pages
|
||||
contact: sections/site_content_contact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue