Skip to content

apiko-dev/meteor-admin-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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