Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apiko-dev/meteor-admin-settings
Adds page for key value stores
https://github.com/apiko-dev/meteor-admin-settings
Last synced: about 2 months ago
JSON representation
Adds page for key value stores
- Host: GitHub
- URL: https://github.com/apiko-dev/meteor-admin-settings
- Owner: apiko-dev
- License: mit
- Created: 2016-02-03T20:40:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T14:55:22.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T07:07:47.947Z (almost 2 years ago)
- Language: CoffeeScript
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Meteor [Admin](https://github.com/yogiben/meteor-admin) Settings
================================================================Adds page for key value stores in yogiben:admin dashboard.
[![Meteor Icon](http://icon.meteor.com/package/jss:admin-settings)](https://atmospherejs.com/jss/admin-settings)
## Setup
1. `meteor add jss:admin-settings`
2. Go to `/admin` and select `Settings` from sidebar
3. Use `adminSetting` helper or `AdminSettings.get` to get your setting value.## Using adminSetting helper
```handlebars
{{adminSetting 'Welcome message'}}
```
## Using AdminSettings.get method
```coffeescript
welcomeMessage = AdminSettings.get 'Welcome message'
```## License
Note that this project is distributed under the [MIT License](LICENSE).
Made by [![Professional Meteor Development Studio](http://s30.postimg.org/jfno1g71p/jss_xs.png)](http://jssolutionsdev.com) - [Professional Meteor Development Company](http://jssolutionsdev.com)