información sobre el sitio
This commit is contained in:
parent
de5ca1f2ba
commit
a048b8936c
3 changed files with 79 additions and 0 deletions
|
@ -50,6 +50,7 @@ time:
|
||||||
layouts:
|
layouts:
|
||||||
post: Article
|
post: Article
|
||||||
menu: Menu
|
menu: Menu
|
||||||
|
about: About this site
|
||||||
menu:
|
menu:
|
||||||
title: Menu
|
title: Menu
|
||||||
items:
|
items:
|
||||||
|
|
|
@ -50,6 +50,7 @@ time:
|
||||||
layouts:
|
layouts:
|
||||||
post: Artículo
|
post: Artículo
|
||||||
menu: Menú
|
menu: Menú
|
||||||
|
about: Información del sitio
|
||||||
menu:
|
menu:
|
||||||
title: Menú
|
title: Menú
|
||||||
items:
|
items:
|
||||||
|
|
77
_data/layouts/about.yml
Normal file
77
_data/layouts/about.yml
Normal file
|
@ -0,0 +1,77 @@
|
||||||
|
---
|
||||||
|
title:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
label:
|
||||||
|
es: Título
|
||||||
|
en: Title
|
||||||
|
help:
|
||||||
|
es: ''
|
||||||
|
en: ''
|
||||||
|
description:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
label:
|
||||||
|
es: Descripción
|
||||||
|
en: Description
|
||||||
|
help:
|
||||||
|
es: ''
|
||||||
|
en: ''
|
||||||
|
primary:
|
||||||
|
type: 'color'
|
||||||
|
required: true
|
||||||
|
label:
|
||||||
|
es: 'Color principal'
|
||||||
|
en: 'Main color'
|
||||||
|
help:
|
||||||
|
es: ''
|
||||||
|
en: ''
|
||||||
|
default:
|
||||||
|
es: '#f206f9'
|
||||||
|
en: '#f206f9'
|
||||||
|
secondary:
|
||||||
|
type: 'color'
|
||||||
|
required: true
|
||||||
|
label:
|
||||||
|
es: 'Color secundario'
|
||||||
|
en: 'Secondary color'
|
||||||
|
help:
|
||||||
|
es: ''
|
||||||
|
en: ''
|
||||||
|
default:
|
||||||
|
es: '#13fefe'
|
||||||
|
en: '#13fefe'
|
||||||
|
image:
|
||||||
|
type: 'image'
|
||||||
|
required: true
|
||||||
|
path:
|
||||||
|
label:
|
||||||
|
es: 'Logo'
|
||||||
|
en: 'Logo'
|
||||||
|
help:
|
||||||
|
es: ''
|
||||||
|
en: ''
|
||||||
|
description:
|
||||||
|
label:
|
||||||
|
es: 'Descripción del logo'
|
||||||
|
en: 'Logo description'
|
||||||
|
help:
|
||||||
|
es: ''
|
||||||
|
en: ''
|
||||||
|
email:
|
||||||
|
type: 'email'
|
||||||
|
required: true
|
||||||
|
label:
|
||||||
|
es: 'Correo electrónico'
|
||||||
|
en: 'E-mail address'
|
||||||
|
help:
|
||||||
|
es: ''
|
||||||
|
en: ''
|
||||||
|
social_networks:
|
||||||
|
type: 'array'
|
||||||
|
label:
|
||||||
|
es: 'Redes sociales'
|
||||||
|
en: 'Social networks'
|
||||||
|
help:
|
||||||
|
es: 'Direcciones completas de los perfiles en redes sociales'
|
||||||
|
en: 'Full addresses of social network profiles'
|
Loading…
Reference in a new issue