File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
app/code/Magento/PageBuilder
Config/ContentType/AdditionalData/Provider/Wysiwyg
view/base/pagebuilder/content_type Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public function getData(string $itemName) : array
61
61
{
62
62
$ config = [];
63
63
$ activeEditorPath = $ this ->activeEditor ->getWysiwygAdapterPath ();
64
- if ($ this ->inlineEditingChecker ->isAvailable ($ activeEditorPath )) {
64
+ if ($ this ->inlineEditingChecker ->isSupported ($ activeEditorPath )) {
65
65
$ config ['adapter ' ] = $ this ->wysiwygConfig ->getConfig ()->getData ();
66
66
if (isset ($ this ->additionalConfig [$ activeEditorPath ])) {
67
67
$ config ['additional ' ] = $ this ->additionalConfig [$ activeEditorPath ];
Original file line number Diff line number Diff line change @@ -203,6 +203,6 @@ private function isWysiwygProvisionedForEditingOnStage()
203
203
{
204
204
$ activeEditorPath = $ this ->activeEditor ->getWysiwygAdapterPath ();
205
205
206
- return $ this ->inlineEditingChecker ->isAvailable ($ activeEditorPath );
206
+ return $ this ->inlineEditingChecker ->isSupported ($ activeEditorPath );
207
207
}
208
208
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function __construct(
41
41
* @param string $editorPath
42
42
* @return bool
43
43
*/
44
- public function isAvailable (string $ editorPath ) : bool
44
+ public function isSupported (string $ editorPath ) : bool
45
45
{
46
46
47
47
return $ this ->wysiwygAdaptersSupportingInlineEditing [$ editorPath ] && $ this ->wysiwygConfig ->isEnabled () ?? false ;
Original file line number Diff line number Diff line change 52
52
<item name =" parentSelectorsToUnderlay" xsi : type =" array" >
53
53
<item name =" 0" xsi : type =" string" >.tabs-content</item >
54
54
<item name =" 1" xsi : type =" string" >.column-container</item >
55
+ <item name =" 2" xsi : type =" string" >.row-container</item >
55
56
</item >
56
57
</item >
57
58
</additional_data >
You can’t perform that action at this time.
0 commit comments