Skip to content

Commit

Permalink
#143. added base description for exhibitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiller-Stoff committed Jun 1, 2022
1 parent c480a13 commit ce4d179
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 @@ -95,6 +95,7 @@ collections:
- name: "exhibitions"
label: "Exhibitions"
label_singular: 'exhibition'
description: "This collection is intended for submitting texts on the exhibitions, which will be developed and carried out in the ReInHerit project. The entries are not immediately visible on the HUB, but will be published in the course of the next rebuild process."
hide: false # hides specific collection -> still available if you have the link!
folder: "content/exhibitions"
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
Expand All @@ -107,7 +108,6 @@ collections:
- { label: "Date", name: "date", widget: "datetime" }
- { label: "Short description", name: "desc", widget: "string" }
- { label: "Target Audience", name: "target-audience", widget: "select", options: ["VISITOR", "PROFESSIONAL"], default: ["VISITOR"], multiple: true }
- { label: "Tags", name: "tags", widget: "relation", collection: "tags", value_field: "title", search_fields: ["title"], display_fields: ["title"], multiple: true, required: false }
- { label: "Body", name: "body", widget: "markdown",media_library: {config: {max_file_size: 100000}} }
- name: "news"
label: "News" # Used in the UI
Expand Down

0 comments on commit ce4d179

Please sign in to comment.