Skip to content

Commit 5b20823

Browse files
AC-375: WYSIWYG panel resize small in category
- remove addCommand from tinymce static test
1 parent 8c5a0a9 commit 5b20823

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/.eslintrc-tinymce

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"rules": {
33
'no-restricted-syntax': [
44
'error',
5-
{
6-
message: "addCommand is removed. Update code to be compatible with tinymce5",
7-
selector: "CallExpression[callee.object.name='editor'][callee.property.name='addCommand']"
8-
},
95
{
106
message: "addButton is removed. Update code to be compatible with tinymce5",
117
selector: "CallExpression[callee.object.name='editor'][callee.property.name='addButton']"

0 commit comments

Comments
 (0)