Skip to content

Commit

Permalink
Add missing WysiwygFormField::$javaScriptDataHandlerModule (#3074)
Browse files Browse the repository at this point in the history
Fixes #3073
  • Loading branch information
mutec authored and Gravatronics committed Sep 18, 2019
1 parent ca65266 commit 59a624e
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -75,6 +75,11 @@ class WysiwygFormField extends AbstractFormField implements IMaximumLengthFormFi
*/
protected $supportQuotes = false;

/**
* @inheritDoc
*/
protected $javaScriptDataHandlerModule = 'WoltLabSuite/Core/Form/Builder/Field/Value';

/**
* @inheritDoc
*/
Expand Down

0 comments on commit 59a624e

Please sign in to comment.