Commit 1dc3a0f3 by halweg

editor

parent 49102ee5
...@@ -113,8 +113,9 @@ class Main extends Generic implements TabInterface ...@@ -113,8 +113,9 @@ class Main extends Generic implements TabInterface
[ [
'name' => 'sizechart_info', 'name' => 'sizechart_info',
'label' => __('Size Chart Information'), 'label' => __('Size Chart Information'),
'required' => true, 'wysiwyg' => true,
'config' => $wysiwygConfig 'config' => $this->_wysiwygConfig->getConfig(),
'required' => true
] ]
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment