mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-03-23 04:53:10 -04:00
Bulk actions support (#1418)
This commit is contained in:
@@ -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