1.3.0 • Published 9 years ago

replace-ui-file v1.3.0

Weekly downloads
5
License
ISC
Repository
github
Last release
9 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

9 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago