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
|
||||
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
|
||||
|
@ -18,7 +29,7 @@ fields:
|
|||
fr: URL
|
||||
type: url
|
||||
width: 3/4
|
||||
toggle:
|
||||
external_link:
|
||||
label:
|
||||
en: External link
|
||||
fr: Lien externe
|
||||
|
@ -34,7 +45,7 @@ fields:
|
|||
columns:
|
||||
url:
|
||||
width: 3/4
|
||||
toggle:
|
||||
external_link:
|
||||
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