Sha256: 2ad20d061a612b5f5b20ee9d6601299526907baa139da906918a3eb6bd8a6e9d

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

# Scrivito Content Browser

[![Gem Version](https://badge.fury.io/rb/scrivito_content_browser.png)](http://badge.fury.io/rb/scrivito_content_browser)

The [Scrivito](http://scrivito.com) content browser is a JavaScript based tool to add, update and
delete Scrivito CMS resources and documents.
It provides flexible configuration options and can easily be integrated into your application.

## Installation and Usage

If you already use the gem [scrivito_editors](https://rubygems.org/gems/scrivito_editors) then you
don't have to change anything, because it is a dependency that will be installed automatically.

If you want to use this gem separately, please add it to your `Gemfile`.

    gem 'scrivito_content_browser'

Then require it in your stylesheet manifest.

    *= require scrivito_content_browser

And require it in your JavaScript manifest.

    //= require scrivito_content_browser


## Changelog

{include:file:CHANGELOG.md}


## License
Copyright (c) 2009 - 2014 Infopark AG (http://www.infopark.com)

This software can be used and modified under the LGPL-3.0. Please refer to
http://www.gnu.org/licenses/lgpl-3.0.html for the license text.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
scrivito_content_browser-0.30.0 README.md
scrivito_content_browser-0.1.0 README.md