fix schuelerzeitung folder support
This commit is contained in:
parent
3ab1ca9720
commit
4f4957c7e1
@ -13,6 +13,9 @@ const PostCollection = {
|
||||
},
|
||||
media_folder: "/static/media",
|
||||
public_folder: "/media",
|
||||
media_library: {
|
||||
folder_support: true,
|
||||
},
|
||||
filter: {
|
||||
field: "type",
|
||||
value: "post",
|
||||
@ -95,6 +98,9 @@ const PagesCollection = {
|
||||
},
|
||||
media_folder: "/static/media",
|
||||
public_folder: "/media",
|
||||
media_library: {
|
||||
folder_support: true,
|
||||
},
|
||||
summary_fields: ["title", "date", "draft", "description"],
|
||||
fields: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user