Installation & Setup
Features
Events
Permissions
Updating FaxStore
Secondary Payments
Extensions
[EXT] License System
API
Weblutions Docs > 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.
Review this page
1 recommend this page