Skip to content

Commit

Permalink
Merge pull request #92 from ohga21/master
Browse files Browse the repository at this point in the history
WysiwygBehaviorを呼び出すように修正
  • Loading branch information
s-nakajima committed Jul 25, 2016
2 parents a5fd281 + 1d4dec6 commit d5da6d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Model/BbsArticle.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ class BbsArticle extends BbsesAppModel {
'path' => '/:plugin_key/bbs_articles/view/:block_id/:content_key',
),
),
'Wysiwyg.Wysiwyg' => array(
'fields' => array('content'),
),
);

/**
Expand Down

0 comments on commit d5da6d5

Please sign in to comment.