Compare commits
No commits in common. "7a3ab5a496a27a3f551e3a77f3e31fd61cd3412d" and "49f22838cda401579766c1f091cfbcbc3ba6ab16" have entirely different histories.
7a3ab5a496
...
49f22838cd
1 changed files with 16 additions and 43 deletions
|
@ -23,53 +23,26 @@ collections:
|
||||||
editor:
|
editor:
|
||||||
preview: false
|
preview: false
|
||||||
files:
|
files:
|
||||||
- name: home
|
|
||||||
label: Home
|
|
||||||
file: content/_index.md
|
|
||||||
fields:
|
|
||||||
- label: Title
|
|
||||||
name: title
|
|
||||||
widget: string
|
|
||||||
- label: Body
|
|
||||||
name: body
|
|
||||||
widget: markdown
|
|
||||||
- name: artist
|
- name: artist
|
||||||
label: The Artist
|
label: The Artist
|
||||||
file: content/artist/index.md
|
file: content/artist/index.md
|
||||||
fields:
|
fields:
|
||||||
- { label: "Title", name: "title", widget: "string" }
|
- label: Title
|
||||||
- { label: "Date", name: "date", widget: "datetime" }
|
name: title
|
||||||
- {
|
widget: string
|
||||||
label: "Buttons",
|
- label: Date
|
||||||
name: "buttons",
|
name: date
|
||||||
widget: "list",
|
widget: datetime
|
||||||
fields:
|
- label: "Buttons"
|
||||||
[
|
name: "buttons"
|
||||||
{ label: "Text", name: "text", widget: "string" },
|
widget: "list"
|
||||||
{ label: "URL", name: "url", widget: "string" },
|
fields:
|
||||||
{ label: "Icon", name: "icon", widget: "string" },
|
- { label: "Text", name: "text", widget: "string" }
|
||||||
],
|
- { label: "URL", name: "url", widget: "string" }
|
||||||
}
|
- { label: "SVG Icon", name: "icon", widget: "string" }
|
||||||
- {
|
- label: Body
|
||||||
label: "Art",
|
name: body
|
||||||
name: "art",
|
widget: markdown
|
||||||
widget: "list",
|
|
||||||
fields:
|
|
||||||
[
|
|
||||||
{ label: "Main Image", name: "main", widget: "image" },
|
|
||||||
{ label: "Title", name: "title", widget: "string" },
|
|
||||||
{ label: "Status", name: "status", widget: "string" },
|
|
||||||
{ label: "Description", name: "description", widget: "text" },
|
|
||||||
{ label: "Year", name: "year", widget: "number" },
|
|
||||||
{
|
|
||||||
label: "Gallery",
|
|
||||||
name: "gallery",
|
|
||||||
widget: "list",
|
|
||||||
fields:
|
|
||||||
[{ label: "Image", name: "image", widget: "image" }],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}
|
|
||||||
- name: bio
|
- name: bio
|
||||||
label: Artist Bio
|
label: Artist Bio
|
||||||
file: content/bio/index.md
|
file: content/bio/index.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue