roboapp/redactor

Imperavi Redactor Widget for Yii2

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 121

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

v1.0.0 2016-11-16 18:00 UTC

This package is not auto-updated.

Last update: 2021-01-22 23:12:06 UTC


README

Packagist Scrutinizer Coverage Scrutinizer Build Status GitHub license Yii2

Imperavi Redactor widget for Yii2 by Roboapp CMS

Install

Via Composer

$ composer require roboapp/redactor

Configuration

See InputWidget options

Additional options:

  • clientOptions (type: array, default: []) - the options for the Imperavi Redactor JS plugin. See redactor options

Usage

    use roboapp\redactor\Redactor;
    
    Redactor::widget([
        'name' => 'redactor',
    ])

Documentation

Definitive guide to Imperavi Redactor

Testing

$ composer test

License

The MIT License (MIT) with OEM license. Please see License File for more information.