This commit is contained in:
parent
4db65583a5
commit
1aad7a38de
1 changed files with 74 additions and 6 deletions
|
@ -27,12 +27,80 @@ collections:
|
|||
label: Home
|
||||
file: content/_index.md
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
widget: string
|
||||
- label: Body
|
||||
name: body
|
||||
widget: markdown
|
||||
- label: "Params"
|
||||
name: "params"
|
||||
widget: "list"
|
||||
allow_add: false
|
||||
fields:
|
||||
- label: "Logo"
|
||||
name: "logo"
|
||||
widget: "image"
|
||||
required: true
|
||||
default: "/media/gallo_welding_inverted.svg"
|
||||
- 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
|
||||
default: |
|
||||
Gallo Welding, based in Atlanta, provides exceptional structures for diverse
|
||||
industries. With over a decade of experience, Ian Gallo specializes in
|
||||
hand-welded, durable structures at affordable prices while prioritizing
|
||||
professionalism and inclusivity.
|
||||
- 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
|
||||
label: The Artist
|
||||
file: content/artist/index.md
|
||||
|
|
Loading…
Add table
Reference in a new issue