mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-05-05 20:23:26 -04:00
MediaCMS frontend, initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
MediaCMS.pages = {
|
||||
home: {
|
||||
sections:{
|
||||
latest:{
|
||||
title: 'Latest',
|
||||
},
|
||||
},
|
||||
},
|
||||
media: {
|
||||
categoriesWithTitle: false,
|
||||
htmlInDescription: false,
|
||||
hideViews: false,
|
||||
related:{
|
||||
initialSize: 15,
|
||||
},
|
||||
},
|
||||
profile:{
|
||||
htmlInDescription: false,
|
||||
includeHistory: false,
|
||||
includeLikedMedia: false,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user