Sync dev with master #253
@ -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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user