Skip to content

ahmed-negm/replace-ui-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

replace-ui-file

Sample plug-in skeleton to extend hivepod functionality to replace any UI file

Installation

npm install replace-ui-file

How to use?

pluginManager.register([
    {
        name: 'replace-ui-file', 
        options:
        {
            //Replace the English translation with the Spanish translation
            '/i18n/literals.en-US.json': '/i18n/literals.es-ES.json'
        }
    }
]);	

About

Sample plug-in skeleton to extend hivepod functionality to replace any UI file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published