This commit is contained in:
parent
7ed17bd7bb
commit
6910815ec1
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ collections:
|
|||
fields:
|
||||
- { label: "ID", name: "id", widget: "string" }
|
||||
- { label: "Name", name: "name", widget: "string" }
|
||||
- { label: "Bild", name: "image", widget: "image", media_folder: "static/images/profilbilder", public_folder: "/images/profilbilder" }
|
||||
- { label: "Bild", name: "image", widget: "image", media_folder: "../static/images/profilbilder", public_folder: "/images/profilbilder" }
|
||||
- { label: "Studiengang", name: "studiengang", widget: "string" }
|
||||
- { label: "Deutsch", name: "de", widget: "markdown", required: false }
|
||||
- { label: "Englisch", name: "en", widget: "markdown", required: false }
|
Loading…
Add table
Add a link
Reference in a new issue