mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 10:00:52 +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"
|
||||
required: false
|
||||
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
|
||||
name: links
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue