FaxStore

Prerequisites
Installation & Setup
API
Config File
Developer Mode
Enable Debug Mode
Events
Extensions
Features
Integrations
License System Extension
Permissions
Updating FaxStore

Weblutions Documentation > FaxStore > Extensions > Registering Extensions

Registering Extensions

In 2.4.3 FaxStore will allow the registration of extensions. Stay tuned!

Registering extensions will allow editing settings of extensions along with reloading the extensions.

Here is a quick start, we'll be fully updating this at release.

faxstore.registerExtension({
    name: 'File Uploader',
    description: 'Here is a description of this extension',
    icon: 'https://weblutions.com/assets/logo.png',
    config: extConfig,
    version: '1.1',
    author: 'FAXES',
    url: 'https://github.com/FAXES/faxstore-extensions',
    pages: [extConfig.StaffPath]
}, __filename);

Other options may be passed in the object. However 'name' is required.


Suggest an edit

Review this page

FAXES

1 recommend this page