Skip to content

Commit

Permalink
#143. updated nerws types
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiller-Stoff committed Jun 1, 2022
1 parent e55099b commit 5214a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ collections:
- { label: "Title", name: "title", widget: "string" }
- { label: "Date", name: "date", widget: "datetime" }
- { label: "Target Audience", name: "target-audience", widget: "select", options: ["VISITOR", "PROFESSIONAL"], default: ["VISITOR"], multiple: true }
- { label: "News type", name: "newsType", widget: "select", options: ["EVENT", "ANNOUNCEMENT"], default: ["ANNOUNCEMENT"], multiple: false }
- { label: "News type", name: "newsType", widget: "select", options: ["EVENT", "ANNOUNCEMENT"], default: "ANNOUNCEMENT", multiple: false }
- { label: "Body", name: "body", widget: "markdown",media_library: {config: {max_file_size: 100000}} }
- name: "designs"
label: "eShop"
Expand Down

0 comments on commit 5214a18

Please sign in to comment.