Skip to content

Commit

Permalink
#143. added references between toolkit section
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiller-Stoff committed Jun 2, 2022
1 parent 0776bc5 commit e974f75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ collections:
- { label: "Date", name: "date", widget: "datetime" }
- { 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: "Linked toolkit components", name: "linkedToolkitComponents", widget: "relation", collection: "toolcomponents", value_field: "{{pageId}}____{{title}}", search_fields: ["title"], display_fields: ["title"], multiple: true, required: false, hint: "The order does not matter and will be lost" }
- { label: "Linked toolkit apps", name: "linkedToolkitApps", widget: "relation", collection: "toolapps", value_field: "{{pageId}}____{{title}}", search_fields: ["title"], display_fields: ["title"], multiple: true, required: false, hint: "The order does not matter and will be lost" }
- { label: "Body", name: "body", widget: "markdown",media_library: {config: {max_file_size: 100000}} }
- name: "performances"
label: "Performances"
Expand Down

0 comments on commit e974f75

Please sign in to comment.