Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.34 KB

Grid Editor Integration

This project allows you to integrate SetkaEditor into applications based on RubyOnRails.

Gem provides the ability to download and update the plugin and to create snippets.

Since the plugin can be stored not only in the local file system, we implemented two types of storage - file and S3. In addition you can implement and use your own custom storage class.

We also recommend you to check out application sample that uses integration.

Installation

Add the gem line 'grid-editor-integration' in Gemfile, or install gem manually.

gem 'grid-editor-integration', git: 'ssh://[email protected]'

Implementation

You need to set up the following parameters:

Grid::EditorIntegration.token
Grid::EditorIntegration.storage

By default, the File storage will be used. All default parameters and their default values can be viewed here.

This uses MIT-LICENSE