add media library to file,markdown

This commit is contained in:
Denys Konovalov 2023-12-13 12:40:10 +01:00
parent 47690dddd1
commit 29ad288ac6
2 changed files with 6 additions and 0 deletions

@ -38,6 +38,9 @@ const FormsCollection = {
label: "Datei",
widget: "file",
required: true,
media_library: {
folder_support: true,
}
},
],
},

@ -63,6 +63,9 @@ const MarkdownProps = {
"shortcode",
],
},
media_library: {
folder_support: true,
}
};
const DateFormat = {