cesarve:simple-cms

v0.1.1Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

A simple content management system (CMS) form Meteor js

Demo

http://simplecms.meteor.com

install

Meteor add cesarve:simple-cms

Basic Usage

    {{>simpleCMS id='n1' buttons='full'}}

Params

  1. id has to be a unique id for diferents text
  2. buttons can be
    • a string with value "full" | "medium"
    • a "," separated string with differents buttons
    • a array of string possibles values are:

"fontname","heading","fontsize","bold","italic","strikethrough","underline","insertunorderlist","insertorderdlist","outdent","indent","justifyleft","justifyright","justifyfull","createlink","unlink","insertimage","inserthorizontalrule"

Considerations

  • Just users with role 'simple-cms' can edit

  • This packages will be create a 'simplecms' Mongo Collection with fields: _id and html

Dependencies (all includes with install)