Skip to content

Setka Editor integration for Rails applications

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
MIT-LICENSE
Notifications You must be signed in to change notification settings

setkaio/grid-editor-integration

Repository files navigation

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://git@grid-editor-integration.git'

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

About

Setka Editor integration for Rails applications

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published