1.3.0 • Published 8 years ago

replace-ui-file v1.3.0

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

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

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago