We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71863ff commit c25f5b5Copy full SHA for c25f5b5
app/code/Magento/PageBuilder/Model/Wysiwyg/DefaultConfigProvider.php
@@ -32,7 +32,10 @@ public function __construct(
32
$this->additionalSettings = $additionalSettings;
33
}
34
/**
35
- * {@inheritdoc}
+ * Returns configuration data
36
+ *
37
+ * @param \Magento\Framework\DataObject $config
38
+ * @return \Magento\Framework\DataObject
39
*/
40
public function getConfig(\Magento\Framework\DataObject $config): \Magento\Framework\DataObject
41
{
0 commit comments