replace-ui-file

1.3.0 • Public • Published

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'
        }
    }
]);	

Readme

Keywords

Package Sidebar

Install

npm i replace-ui-file

Weekly Downloads

0

Version

1.3.0

License

ISC

Last publish

Collaborators

  • anegm