mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-24 02:20:50 +02:00
fix(cms): cannot save project without entering an external link
Fix #2388
This commit is contained in:
parent
8e019feb3c
commit
58dc5154c3
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ collections:
|
||||||
name: "categories"
|
name: "categories"
|
||||||
required: false
|
required: false
|
||||||
widget: "list"
|
widget: "list"
|
||||||
- {label: "External link (optional - replaces link to project page)", name: "external_link", widget: "string"}
|
- {label: "External link (optional - replaces link to project page)", name: "external_link", widget: "string", required: false}
|
||||||
- label: Links
|
- label: Links
|
||||||
name: links
|
name: links
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue