Added: a) playlists' functions/pages, b) advanced filters in search results page, c) role filter in users management page, d) media search field in navigation tabs of profiles' pages

This commit is contained in:
root
2021-01-06 07:04:16 +02:00
parent 8fcdf66c66
commit a18595788a
34 changed files with 85 additions and 27 deletions

View File

@@ -17,6 +17,7 @@ MediaCMS.features = {
dislike: {% if CAN_DISLIKE_MEDIA %}true{% else %}false{% endif %},
download: true,
comment: true,
save: true,
},
shareOptions: [ 'embed', 'fb', 'tw', 'whatsapp', 'telegram', 'reddit', 'tumblr', 'vk', 'pinterest', 'mix', 'linkedin', 'email' ],
},
@@ -25,4 +26,4 @@ MediaCMS.features = {
hideViews: false,
hideAuthor: false,
},
};
};

View File

@@ -6,6 +6,9 @@ MediaCMS.pages = {
},
},
},
search:{
advancedFilters: true,
},
media: {
categoriesWithTitle: false,
htmlInDescription: false,