Skip to content

Commit e6f9444

Browse files
committed
#544: Configurable Page Builder Full Screen Mode
- Updating Documentation Block
1 parent a37fdfa commit e6f9444

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/Component/Form/Element

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/Component/Form/Element/Wysiwyg.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class Wysiwyg extends \Magento\Ui\Component\Form\Element\Wysiwyg
2727
{
2828
/**
29-
* Wysiwyg constructor.
29+
* WYSIWYG Constructor
3030
*
3131
* @param ContextInterface $context
3232
* @param FormFactory $formFactory
@@ -37,7 +37,7 @@ class Wysiwyg extends \Magento\Ui\Component\Form\Element\Wysiwyg
3737
* @param array $components
3838
* @param array $data
3939
* @param array $config
40-
* @param PageBuilderConfig $pageBuilderConfig
40+
* @param PageBuilderConfig|null $pageBuilderConfig
4141
* @param bool $overrideSnapshot
4242
*/
4343
public function __construct(

0 commit comments

Comments
 (0)