This commit is contained in:
parent
5c652940ff
commit
5c0bb45750
1 changed files with 64 additions and 6 deletions
|
@ -27,12 +27,70 @@ collections:
|
||||||
label: Home
|
label: Home
|
||||||
file: content/_index.md
|
file: content/_index.md
|
||||||
fields:
|
fields:
|
||||||
- label: Title
|
- label: "Logo"
|
||||||
name: title
|
name: "logo"
|
||||||
widget: string
|
widget: "image"
|
||||||
- label: Body
|
required: true
|
||||||
name: body
|
default: "/media/gallo_welding_inverted.svg"
|
||||||
widget: markdown
|
- label: "Logo Alt Text"
|
||||||
|
name: "logoAlt"
|
||||||
|
widget: "string"
|
||||||
|
required: true
|
||||||
|
default: "Gallo Welding & Fabrication"
|
||||||
|
- label: "Copy Name"
|
||||||
|
name: "copyName"
|
||||||
|
widget: "string"
|
||||||
|
required: true
|
||||||
|
default: "Gallo Welding"
|
||||||
|
- label: "Header Title"
|
||||||
|
name: "headerTitle"
|
||||||
|
widget: "string"
|
||||||
|
required: true
|
||||||
|
default: "Gallo Welding & Fabrication"
|
||||||
|
- label: "Header Image"
|
||||||
|
name: "headerImg"
|
||||||
|
widget: "image"
|
||||||
|
required: true
|
||||||
|
default: "/media/wide.webp"
|
||||||
|
- label: "Header Description"
|
||||||
|
name: "headerDesc"
|
||||||
|
widget: "text"
|
||||||
|
required: true
|
||||||
|
- label: "Catalog Buttons"
|
||||||
|
name: "catalogButtons"
|
||||||
|
widget: "list"
|
||||||
|
fields:
|
||||||
|
- label: "Category Name"
|
||||||
|
name: "categoryName"
|
||||||
|
widget: "string"
|
||||||
|
required: true
|
||||||
|
- label: "Image"
|
||||||
|
name: "img"
|
||||||
|
widget: "image"
|
||||||
|
required: true
|
||||||
|
- label: "Alt Text"
|
||||||
|
name: "alt"
|
||||||
|
widget: "string"
|
||||||
|
- label: "Style"
|
||||||
|
name: "style"
|
||||||
|
widget: "string"
|
||||||
|
- label: "Social Links"
|
||||||
|
name: "social"
|
||||||
|
widget: "list"
|
||||||
|
fields:
|
||||||
|
- label: "URL"
|
||||||
|
name: "url"
|
||||||
|
widget: "string"
|
||||||
|
required: true
|
||||||
|
- label: "Label"
|
||||||
|
name: "label"
|
||||||
|
widget: "string"
|
||||||
|
required: true
|
||||||
|
- label: "Icon"
|
||||||
|
name: "icon"
|
||||||
|
widget: "code"
|
||||||
|
language: "html"
|
||||||
|
required: true
|
||||||
- name: artist
|
- name: artist
|
||||||
label: The Artist
|
label: The Artist
|
||||||
file: content/artist/index.md
|
file: content/artist/index.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue