Skip to content

Commit 47927e7

Browse files
committed
AC-1275:Fixed Rich text editor toolbar shortcut not identified
1 parent 4abe8ff commit 47927e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/ui_component/category_form.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
</argument>
203203
<settings>
204204
<label translate="true">Description</label>
205+
<notice translate="true">Note: Keyboard shortcut to activate editor help : Alt + 0 (Windows) or &#x2325;0 (MacOS)</notice>
205206
<dataScope>description</dataScope>
206207
</settings>
207208
<formElements>

app/code/Magento/Cms/view/adminhtml/ui_component/cms_page_form.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<dataScope>content_heading</dataScope>
115115
</settings>
116116
</field>
117-
<field name="content" formElement="wysiwyg">
117+
<field name="content" template="ui/form/field" formElement="wysiwyg">
118118
<argument name="data" xsi:type="array">
119119
<item name="config" xsi:type="array">
120120
<item name="source" xsi:type="string">page</item>
@@ -125,6 +125,7 @@
125125
<class name="admin__field-wide">true</class>
126126
</additionalClasses>
127127
<label/>
128+
<notice translate="true">Note: Keyboard shortcut to activate editor help : Alt + 0 (Windows) or &#x2325;0 (MacOS)</notice>
128129
<dataScope>content</dataScope>
129130
</settings>
130131
<formElements>

0 commit comments

Comments
 (0)