taromero / settings-conf-manager

Meteor.settings UI manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings Manager

Exposes a SettingsManager.crudSettings method that opens a sweet alert modal (using swal-forms) where you can see your Meteor.settings (both public and not public) and you can also update them.

This updates don't persist anywhere, so any app restart will erase them. It's meant to help tunning the settings.

This package is marked as a debugOnly package so it shouldn't be packaged with your production app.

Screenshot

Example

About

Meteor.settings UI manager

License:MIT License


Languages

Language:JavaScript 100.0%