Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1005 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 1005 Bytes

Meteor Admin Settings

Adds page for key value stores in yogiben:admin dashboard.

Meteor Icon

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

<template name="example">
  <h1>{{adminSetting 'Welcome message'}}</h1>
</template>

Using AdminSettings.get method

welcomeMessage = AdminSettings.get 'Welcome message'

License

Note that this project is distributed under the MIT License.
Made by Professional Meteor Development Studio - Professional Meteor Development Company