parent
88f8c6a9a6
commit
66ee8f0783
7 changed files with 17 additions and 0 deletions
|
@ -34,5 +34,7 @@ columns:
|
|||
tags:
|
||||
type: tags
|
||||
labe: Tags
|
||||
seo:
|
||||
extends: sections/seo
|
||||
files:
|
||||
type: files
|
||||
|
|
|
@ -20,3 +20,5 @@ sections:
|
|||
extends: sections/articles
|
||||
label: Published
|
||||
status: listed
|
||||
seo:
|
||||
extends: sections/seo
|
||||
|
|
|
@ -19,3 +19,5 @@ columns:
|
|||
template: default
|
||||
files:
|
||||
type: files
|
||||
seo:
|
||||
extends: sections/seo
|
||||
|
|
|
@ -45,3 +45,5 @@ columns:
|
|||
template: default
|
||||
files:
|
||||
type: files
|
||||
seo:
|
||||
extends: sections/seo
|
||||
|
|
|
@ -28,3 +28,5 @@ columns:
|
|||
label: Published on
|
||||
time: true
|
||||
required: true
|
||||
seo:
|
||||
extends: sections/seo
|
||||
|
|
|
@ -20,3 +20,5 @@ sections:
|
|||
date:
|
||||
label: Published on
|
||||
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