- Fix for #890
- "Channels" feature - Shoutout config param rendered on the homepage - "Clone" feature for campaigns
This commit is contained in:
parent
82251d1cb9
commit
00432e6cfe
23 changed files with 1691 additions and 494 deletions
|
@ -54,6 +54,12 @@ const entityTypes = {
|
|||
},
|
||||
clientLink: id => `/campaigns/${id}`
|
||||
},
|
||||
channel: {
|
||||
entitiesTable: 'channels',
|
||||
sharesTable: 'shares_channel',
|
||||
permissionsTable: 'permissions_channel',
|
||||
clientLink: id => `/channels/${id}`
|
||||
},
|
||||
template: {
|
||||
entitiesTable: 'templates',
|
||||
sharesTable: 'shares_template',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue