remove obsolete media library config
All checks were successful
website-main / prod-build (push) Successful in 46s
website-main / test-build (push) Successful in 8s
website-main / prod-build (pull_request) Successful in 46s
website-main / test-build (pull_request) Successful in 13s

This commit is contained in:
Denys Konovalov 2023-12-24 14:24:38 +01:00
parent b4f1fa47ea
commit 51dbac2138
Signed by: Denys Konovalov
GPG Key ID: 0037E1B0E33BD2C9
2 changed files with 0 additions and 9 deletions

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

@ -63,9 +63,6 @@ const MarkdownProps = {
"shortcode",
],
},
media_library: {
folder_support: true,
}
};
const DateFormat = {
@ -90,9 +87,6 @@ const PatternEmail = {
const ImageProps = {
widget: "image",
required: false,
media_library: {
folder_support: true,
}
};
export { EditorProps, MarkdownProps, DateFormat, DataObject, PatternEmail, ImageProps };