Powerful responsive javascript CMS for apps.
Application setup:
#= require jquery
#= require chr
postsConfig = (data) ->
itemTitleField: 'title'
arrayStore: new RestArrayStore({
path: '/admin/posts'
sortBy: 'title'
})
formSchema:
title: { type: 'string' }
body: { type: 'text' }
$ ->
config =
modules:
posts: postsConfig()
chr.start(config)
Styles setup:
@import "normalize-rails";
@import "chr";
More documentation and samples comming soon...
- Consider replace
slip.js
with sortable.js
- Character: Powerful responsive javascript CMS for apps
- Mongosteen: An easy way to add RESTful actions for Mongoid models
- Inverter: An easy way to connect Rails templates content to Character CMS
- Loft: Media assets manager for Character CMS
Copyright © 2015 Slate Studio, LLC. Character is free software, and may be redistributed under the terms specified in the license.
Character is maintained and funded by Slate Studio, LLC. Tweet your questions or suggestions to @slatestudio and while you’re at it follow us too.