ipaya/yii2-editor.md

Editor.md for Yii2

Installs: 69

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:yii2-extension

0.1.0 2018-01-23 06:58 UTC

This package is auto-updated.

Last update: 2024-03-29 02:58:28 UTC


README

The editor.md extension for Yii2.

https://github.com/pandao/editor.md

Usage

<?php

$form->field($model, 'markdown')->widget(EditorMD::className(), [
    'clientOptions'=>[
        'height' => 600,
    ]
]);