Skip to content

Commit

Permalink
Added publisher extension
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJelicSF authored Oct 14, 2024
1 parent b983301 commit 0a41225
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ setTimeout(() => {
id: 'planning-extension',
load: () => import('superdesk-planning/client/planning-extension'),
},
{
id: 'publisher-extension',
load: () => import('superdesk-publisher/client/publisher-extension'),
},
{
id: 'broadcasting',
load: () => import('superdesk-core/scripts/extensions/broadcasting').then((broadcasting) => {
Expand Down

0 comments on commit 0a41225

Please sign in to comment.