Static CMS v4 #252

Merged
Denys Konovalov merged 5 commits from scmsv4-new into master 2023-12-13 12:43:00 +01:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 29ad288ac6 - Show all commits

@ -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 = {