-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Closed as not planned
Copy link
Description
Describe the bug
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
- Netlify CMS version:
netlify-cms@2.10.160 - Git provider:
github - Browser version:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36
CMS configuration
backend:
name: github
repo: juanml14/presupuestoparticipativo
branch: main
squash_merges: true
media_folder: /static/assets/
public_folder: /assets/
media_folder_relative: true
locale: es
slug:
encoding: ascii
v: true
clean_accents: false
sanitize_replacement: "-"
site_url: https://pp-sfvc.netlify.app
logo_url: https://pp-sfvc.netlify.app/assets/iso-logo-pei.svg
collections:
- name: pages
label: Páginas
preview_path: /{{slug}}
editor:
preview: false
files:
- file: content/_index.md
label: Inicio
name: home
fields:
- name: title
label: Título
widget: string
hint: meta-etiqueta que se usa en buscadores y al compartir la página
- name: description
label: Descripción
widget: text
hint: meta-etiqueta que se usa en buscadores y al compartir la página
- name: headline
label: Encabezado
widget: string
hint: Título que se muestra en la página
- name: claim
label: subtitulo
widget: text
required: false
- name: image
label: Imagen Principal
widget: object
required: false
fields:
- name: src
label: Imagen
widget: image
required: false
- name: alt
label: Texto alternativo
widget: string
required: false
- name: title
label: Title
widget: string
required: false
- name: presentation
label: Bajada
widget: markdown
required: false
- name: top_banner
label: Banner superior
widget: object
required: false
fields:
- name: img
label: Imagen
widget: image
required: false
- name: headline
label: Título
widget: string
required: false
- name: text
label: Texto destacado
widget: string
required: false
- name: small_text
label: Texto menor
widget: string
required: false
- name: link
label: Link
widget: string
required: false
- name: pre_text
label: texto anterior al banner
widget: markdown
required: false
- name: size
label: texto anterior al banner
widget: number
default: 10
value_type: int
min: 6
max: 12
step: 1
- name: color
label: texto anterior al banner
widget: select
options:
- mandarina
- escarapela
- azul-capital
required: false
- name: video
label: Código de video
widget: text
required: false
- name: bottom_banner
label: Banner inferior
widget: object
required: false
fields:
- name: img
label: Imagen
widget: image
required: false
- name: headline
label: Título
widget: string
...