Skip to content

Commit

Permalink
Required false
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed Nov 8, 2022
1 parent 1a3bc62 commit ca28205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ collections:
- {label: "Exerpt", name: "excerpt", widget: "text", required: false}
- {label: "Url", name: "url", widget: "string", required: false}
- {label: "Btn label", name: "btn_label", widget: "string", required: false}
- {label: "Btn class", name: "btn_class", widget: "select", options: ["btn--success", "btn--warning", "btn--danger", "btn--info"], default: "", required: false}
- {label: "Btn class", name: "btn_class", widget: "select", options: ["", "btn--success", "btn--warning", "btn--danger", "btn--info"], default: ""}
- label: Gallery
name: gallery
widget: list
Expand Down Expand Up @@ -484,7 +484,7 @@ collections:
- {label: "Exerpt", name: "excerpt", widget: "text", required: false}
- {label: "Url", name: "url", widget: "string", required: false}
- {label: "Btn label", name: "btn_label", widget: "string", required: false}
- {label: "Btn class", name: "btn_class", widget: "select", options: ["btn--success", "btn--warning", "btn--danger", "btn--info"], default: "", required: false}
- {label: "Btn class", name: "btn_class", widget: "select", options: ["", "btn--success", "btn--warning", "btn--danger", "btn--info"], default: "", required: false}
- {label: "Last modified at", name: "last_modified_at", widget: "datetime", format: "YYYY-MM-DDThh:mm:ssZ", dateFormat: "DD-MM-YYYY", timeFormat: "HH:mm", required: false}
- label: Gallery
name: gallery
Expand Down

0 comments on commit ca28205

Please sign in to comment.