remove obsolete media library config
This commit is contained in:
parent
b4f1fa47ea
commit
51dbac2138
@ -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 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user