Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
WysiwygConfigDataProcessor.php
Go to the documentation of this file.
1 <?php
7 declare(strict_types=1);
8 
10 
15 {
20  {
21  return [
22  'add_variables' => false,
23  'add_widgets' => false,
24  'add_directives' => true,
25  'use_container' => true,
26  'container_class' => 'hor-scroll',
27  ];
28  }
29 }