Make the selector less specific to fix the doctype tour
The child element no longer contains an <a> but is a <button> however no need to be that specific
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
"event": "click"
|
||||
},
|
||||
{
|
||||
"element": "[data-element='editor-data-type-picker'] [data-element='datatypeconfig-Textarea'] > a",
|
||||
"element": "[data-element='editor-data-type-picker'] [data-element='datatypeconfig-Textarea']",
|
||||
"title": "Editor settings",
|
||||
"content": "Each property editor can have individual settings. For the textarea editor you can set a character limit but in this case it is not needed.",
|
||||
"event": "click"
|
||||
|
||||
Reference in New Issue
Block a user