Skip to content

dooremont/globalemsg-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

globalemsg-admin

OAE globalemsg admin ui The Hilary counterpart can be found in the oaeproject repository

Make sure to also read the widget development wiki (WIP)

INSTALL

in Directory 3akai-ux/node_modules/oae-admin/ git clone https://github.com/dooremont/globalemsg-admin.git edit file : 3akai-ux/admin/admin.js modify line 160 }); by }, and add

{
'id': 'globalemsg-admin',
'icon': 'fa-exclamation-triangle',
'closeNav': true,
'title': oae.api.i18n.translate('Gestion des messages'),
'layout': [
  {
    'width': 'col-md-12',
    'widgets': [
       {
        'name': 'globalemsg-admin',
        'settings': {
        'context': currentContext
         }
       }
     ]
   }
]
});

About

OAE globalemsg admin ui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published