parent
88f8c6a9a6
commit
66ee8f0783
7 changed files with 17 additions and 0 deletions
|
@ -34,5 +34,7 @@ columns:
|
||||||
tags:
|
tags:
|
||||||
type: tags
|
type: tags
|
||||||
labe: Tags
|
labe: Tags
|
||||||
|
seo:
|
||||||
|
extends: sections/seo
|
||||||
files:
|
files:
|
||||||
type: files
|
type: files
|
||||||
|
|
|
@ -20,3 +20,5 @@ sections:
|
||||||
extends: sections/articles
|
extends: sections/articles
|
||||||
label: Published
|
label: Published
|
||||||
status: listed
|
status: listed
|
||||||
|
seo:
|
||||||
|
extends: sections/seo
|
||||||
|
|
|
@ -19,3 +19,5 @@ columns:
|
||||||
template: default
|
template: default
|
||||||
files:
|
files:
|
||||||
type: files
|
type: files
|
||||||
|
seo:
|
||||||
|
extends: sections/seo
|
||||||
|
|
|
@ -45,3 +45,5 @@ columns:
|
||||||
template: default
|
template: default
|
||||||
files:
|
files:
|
||||||
type: files
|
type: files
|
||||||
|
seo:
|
||||||
|
extends: sections/seo
|
||||||
|
|
|
@ -28,3 +28,5 @@ columns:
|
||||||
label: Published on
|
label: Published on
|
||||||
time: true
|
time: true
|
||||||
required: true
|
required: true
|
||||||
|
seo:
|
||||||
|
extends: sections/seo
|
||||||
|
|
|
@ -20,3 +20,5 @@ sections:
|
||||||
date:
|
date:
|
||||||
label: Published on
|
label: Published on
|
||||||
width: 1/6
|
width: 1/6
|
||||||
|
seo:
|
||||||
|
extends: sections/seo
|
||||||
|
|
5
site/blueprints/sections/seo.yml
Normal file
5
site/blueprints/sections/seo.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
type: fields
|
||||||
|
fields:
|
||||||
|
description:
|
||||||
|
type: text
|
||||||
|
label: Description
|
Loading…
Reference in a new issue