SEO : add tombi mori plugin
This commit is contained in:
parent
df2843123f
commit
8f9e75126e
64 changed files with 3719 additions and 44 deletions
|
|
@ -19,3 +19,6 @@ tabs:
|
|||
type: pages
|
||||
create: false
|
||||
query: page.getTexts()
|
||||
seo:
|
||||
extends: seo/page
|
||||
label: Indexation
|
||||
|
|
|
|||
|
|
@ -7,3 +7,6 @@ tabs:
|
|||
label: Liste
|
||||
type: pages
|
||||
template: author
|
||||
seo:
|
||||
extends: seo/page
|
||||
label: Indexation
|
||||
|
|
|
|||
|
|
@ -41,3 +41,6 @@ tabs:
|
|||
type: email
|
||||
sendBtn:
|
||||
type: send-button
|
||||
seo:
|
||||
extends: seo/page
|
||||
label: Indexation
|
||||
|
|
|
|||
|
|
@ -44,3 +44,7 @@ tabs:
|
|||
- quote
|
||||
|
||||
metaTab: tabs/meta
|
||||
|
||||
seo:
|
||||
extends: seo/page
|
||||
label: Indexation
|
||||
|
|
|
|||
|
|
@ -16,3 +16,6 @@ tabs:
|
|||
type: fields
|
||||
fields:
|
||||
body: fields/body
|
||||
seo:
|
||||
extends: seo/page
|
||||
label: Indexation
|
||||
|
|
|
|||
|
|
@ -44,3 +44,7 @@ tabs:
|
|||
paramsTab: tabs/params
|
||||
|
||||
metaTab: tabs/meta
|
||||
|
||||
seo:
|
||||
extends: seo/page
|
||||
label: Indexation
|
||||
|
|
|
|||
|
|
@ -23,3 +23,6 @@ tabs:
|
|||
type: pages
|
||||
template: email
|
||||
info: "{{ page.status == 'listed' ? 'envoyée' : 'brouillon' }}"
|
||||
seo:
|
||||
extends: seo/page
|
||||
label: Indexation
|
||||
|
|
|
|||
|
|
@ -1,24 +1,30 @@
|
|||
title: texts
|
||||
|
||||
columns:
|
||||
- width: 1/2
|
||||
fields:
|
||||
categories:
|
||||
type: tags
|
||||
- width: 1/2
|
||||
sections:
|
||||
yearsSection:
|
||||
label: Années
|
||||
type: pages
|
||||
template: year
|
||||
sortBy: title desc
|
||||
- width: 1/1
|
||||
sections:
|
||||
allTextsSection:
|
||||
label: Tous les textes
|
||||
type: pages
|
||||
create: false
|
||||
search: true
|
||||
query: page.children.children
|
||||
info: "{{ page.author.toPage.title }} [{{ page.category }}]"
|
||||
sortBy: modified desc
|
||||
tabs:
|
||||
contentTab:
|
||||
label: Contenu
|
||||
columns:
|
||||
- width: 1/2
|
||||
fields:
|
||||
categories:
|
||||
type: tags
|
||||
- width: 1/2
|
||||
sections:
|
||||
yearsSection:
|
||||
label: Années
|
||||
type: pages
|
||||
template: year
|
||||
sortBy: title desc
|
||||
- width: 1/1
|
||||
sections:
|
||||
allTextsSection:
|
||||
label: Tous les textes
|
||||
type: pages
|
||||
create: false
|
||||
search: true
|
||||
query: page.children.children
|
||||
info: "{{ page.author.toPage.title }} [{{ page.category }}]"
|
||||
sortBy: modified desc
|
||||
seo:
|
||||
extends: seo/page
|
||||
label: Indexation
|
||||
|
|
|
|||
|
|
@ -4,24 +4,30 @@ image:
|
|||
back: black
|
||||
color: white
|
||||
|
||||
columns:
|
||||
- width: 1/3
|
||||
sections:
|
||||
fieldsSection:
|
||||
type: fields
|
||||
tabs:
|
||||
contentTab:
|
||||
label: Contenu
|
||||
columns:
|
||||
- width: 1/3
|
||||
sections:
|
||||
fieldsSection:
|
||||
type: fields
|
||||
fields:
|
||||
openDate:
|
||||
label: Date d'ouverture
|
||||
type: date
|
||||
display: DD/MM/YYYY
|
||||
texts:
|
||||
label: Textes
|
||||
type: pages
|
||||
help: **Pour réorganiser les textes**, utiliser la poignée ⁝⁝ qui apparait au survol.
|
||||
templates:
|
||||
- linear
|
||||
- grid
|
||||
- width: 2/3
|
||||
fields:
|
||||
openDate:
|
||||
label: Date d'ouverture
|
||||
type: date
|
||||
display: DD/MM/YYYY
|
||||
texts:
|
||||
label: Textes
|
||||
type: pages
|
||||
help: **Pour réorganiser les textes**, utiliser la poignée ⁝⁝ qui apparait au survol.
|
||||
templates:
|
||||
- linear
|
||||
- grid
|
||||
- width: 2/3
|
||||
fields:
|
||||
edito:
|
||||
type: writer
|
||||
edito:
|
||||
type: writer
|
||||
seo:
|
||||
extends: seo/page
|
||||
label: Indexation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue