mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-09 05:32:31 -05:00
Bulk actions support
3wtv
This commit is contained in:
committed by
Markos Gogoulos
parent
2a0cb977f2
commit
a320375e16
@@ -143,6 +143,18 @@ const PAGES = {
|
||||
component: 'ProfilePlaylistsPage',
|
||||
global: { profileId: DEV_SAMPLE_DATA.profileId },
|
||||
},
|
||||
'profile-shared-by-me': {
|
||||
id: 'profile-shared-by-me',
|
||||
title: 'Profile - Shared by me',
|
||||
component: 'ProfileSharedByMePage',
|
||||
global: { profileId: DEV_SAMPLE_DATA.profileId },
|
||||
},
|
||||
'profile-shared-with-me': {
|
||||
id: 'profile-shared-with-me',
|
||||
title: 'Profile - Shared with me',
|
||||
component: 'ProfileSharedWithMePage',
|
||||
global: { profileId: DEV_SAMPLE_DATA.profileId },
|
||||
},
|
||||
};
|
||||
|
||||
const STATIC_PAGES = {
|
||||
|
||||
Reference in New Issue
Block a user