mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-06 12:32:30 -05:00
Bulk actions support
3wtv
This commit is contained in:
committed by
Markos Gogoulos
parent
2a0cb977f2
commit
a320375e16
@@ -47,11 +47,15 @@ export function config(glbl) {
|
||||
media: glbl.user.pages.media,
|
||||
about: glbl.user.pages.about,
|
||||
playlists: glbl.user.pages.playlists,
|
||||
shared_by_me: glbl.user.pages.media + '/shared_by_me',
|
||||
shared_with_me: glbl.user.pages.media + '/shared_with_me',
|
||||
}
|
||||
: {
|
||||
media: glbl.site.url.replace(/\/$/, '') + '/user/' + glbl.profileId,
|
||||
about: glbl.site.url.replace(/\/$/, '') + '/user/' + glbl.profileId + '/about',
|
||||
playlists: glbl.site.url.replace(/\/$/, '') + '/user/' + glbl.profileId + '/playlists',
|
||||
shared_by_me: glbl.site.url.replace(/\/$/, '') + '/user/' + glbl.profileId + '/shared_by_me',
|
||||
shared_with_me: glbl.site.url.replace(/\/$/, '') + '/user/' + glbl.profileId + '/shared_with_me',
|
||||
},
|
||||
user: {
|
||||
liked: glbl.url.likedMedia,
|
||||
|
||||
Reference in New Issue
Block a user