2020-05-16 07:28:13 +00:00
|
|
|
{
|
|
|
|
|
"tabWidget": ".t--draggable-tabswidget",
|
2020-06-10 17:31:20 +00:00
|
|
|
"tabInput": ".t--draggable-tabswidget span.t--widget-name",
|
2020-05-16 07:28:13 +00:00
|
|
|
"tabName": ".t--property-control-tabs input",
|
|
|
|
|
"tabDefault": ".t--property-control-defaulttab .CodeMirror-code",
|
|
|
|
|
"tabButton": ".t--property-control-tabs button",
|
2021-02-26 06:17:21 +00:00
|
|
|
"tabDelete": ".t--property-control-tabs .t--delete-tab-btn",
|
2021-06-22 17:56:45 +00:00
|
|
|
"tabContainer": "div[type='TABS_WIDGET']",
|
|
|
|
|
"tabEdit": ".t--property-control-tabs .t--edit-column-btn",
|
|
|
|
|
"tabVisibility": ".t--property-control-visible .bp3-control-indicator"
|
2020-05-16 07:28:13 +00:00
|
|
|
}
|