Skip to content

Commit

Permalink
Merge branch 'master' of github.com:froala/yii2-froala-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Sep 12, 2018
2 parents 0382db9 + d88ae64 commit cd0f395
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/FroalaEditorAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@
*/
class FroalaEditorAsset extends AssetBundle
{
/**
/**
* Constants for enter pressed action
*
* @see https://www.froala.com/wysiwyg-editor/examples/enter
*/
const ENTER_P = 0; // default
const ENTER_DIV = 1;
const ENTER_BR = 2;

/**
* @var string
*/
public $sourcePath = '@vendor/froala/wysiwyg-editor';
Expand Down

0 comments on commit cd0f395

Please sign in to comment.