Edit blueprints
This commit is contained in:
parent
797abd2dea
commit
a6ea376678
5 changed files with 13 additions and 55 deletions
|
@ -1,21 +0,0 @@
|
||||||
title:
|
|
||||||
en: About
|
|
||||||
fr: À propos
|
|
||||||
icon: text
|
|
||||||
status:
|
|
||||||
draft: true
|
|
||||||
listed: true
|
|
||||||
options:
|
|
||||||
changeSlug:
|
|
||||||
admin: true
|
|
||||||
editor: false
|
|
||||||
changeStatus: false
|
|
||||||
changeTemplate: false
|
|
||||||
changeTitle:
|
|
||||||
admin: true
|
|
||||||
editor: false
|
|
||||||
delete: false
|
|
||||||
duplicate: false
|
|
||||||
tabs:
|
|
||||||
content: tabs/about_content
|
|
||||||
seo: tabs/about_seo
|
|
|
@ -1,20 +0,0 @@
|
||||||
type: fields
|
|
||||||
fields:
|
|
||||||
text:
|
|
||||||
label:
|
|
||||||
en: Presentation text
|
|
||||||
fr: Texte de présentation
|
|
||||||
type: textarea
|
|
||||||
required: true
|
|
||||||
size: large
|
|
||||||
buttons:
|
|
||||||
- headlines
|
|
||||||
- '|'
|
|
||||||
- bold
|
|
||||||
- italic
|
|
||||||
- '|'
|
|
||||||
- link
|
|
||||||
- email
|
|
||||||
- '|'
|
|
||||||
- ul
|
|
||||||
- '|'
|
|
|
@ -3,6 +3,17 @@ headline:
|
||||||
fr: Expositions
|
fr: Expositions
|
||||||
type: fields
|
type: fields
|
||||||
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:
|
exhibitions:
|
||||||
label:
|
label:
|
||||||
en: Exhibitions
|
en: Exhibitions
|
||||||
|
@ -18,7 +29,7 @@ fields:
|
||||||
fr: URL
|
fr: URL
|
||||||
type: url
|
type: url
|
||||||
width: 3/4
|
width: 3/4
|
||||||
toggle:
|
external_link:
|
||||||
label:
|
label:
|
||||||
en: External link
|
en: External link
|
||||||
fr: Lien externe
|
fr: Lien externe
|
||||||
|
@ -34,7 +45,7 @@ fields:
|
||||||
columns:
|
columns:
|
||||||
url:
|
url:
|
||||||
width: 3/4
|
width: 3/4
|
||||||
toggle:
|
external_link:
|
||||||
width: 1/4
|
width: 1/4
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
label:
|
|
||||||
en: Content
|
|
||||||
fr: Contenu
|
|
||||||
icon: text
|
|
||||||
sections:
|
|
||||||
presentation: sections/about_content_presentation
|
|
|
@ -1,6 +0,0 @@
|
||||||
label:
|
|
||||||
en: SEO
|
|
||||||
fr: Référencement
|
|
||||||
icon: search
|
|
||||||
sections:
|
|
||||||
seo_basic_meta: sections/generic_seo_metadata
|
|
Loading…
Add table
Add a link
Reference in a new issue