Sync dev with master #253

Manually merged
Denys Konovalov merged 157 commits from master into dev 2023-12-24 14:26:06 +01:00
2 changed files with 0 additions and 9 deletions
Showing only changes of commit 51dbac2138 - Show all commits

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

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