This commit is contained in:
parent
9a4f14880a
commit
67ddfe4065
1 changed files with 3 additions and 3 deletions
|
@ -34,13 +34,13 @@ collections:
|
||||||
fields:
|
fields:
|
||||||
- label: Path to image
|
- label: Path to image
|
||||||
name: image
|
name: image
|
||||||
widget: string
|
widget: image
|
||||||
- label: Title
|
- label: Title
|
||||||
name: title
|
name: title
|
||||||
widget: string
|
widget: string
|
||||||
- label: Description
|
- label: Description
|
||||||
name: description
|
name: description
|
||||||
widget: text
|
widget: markdown
|
||||||
- name: faq
|
- name: faq
|
||||||
label: FAQ
|
label: FAQ
|
||||||
file: content/faq/index.md
|
file: content/faq/index.md
|
||||||
|
@ -57,7 +57,7 @@ collections:
|
||||||
widget: string
|
widget: string
|
||||||
- label: Answer
|
- label: Answer
|
||||||
name: answer
|
name: answer
|
||||||
widget: text
|
widget: markdown
|
||||||
- label: Learn more link (optional)
|
- label: Learn more link (optional)
|
||||||
name: learnMore
|
name: learnMore
|
||||||
widget: string
|
widget: string
|
Loading…
Add table
Reference in a new issue