PromucFlow_constructor/app/client/cypress/locators/Layout.json
Vicky Bansal 118467c5bb
Feature: Show/Hide Tabs in Tabs Widget (#3192)
* Added functionality to show/hide a tab from tab property pane controls

* Added isVisible property in tabs widget default value

* Passing visible tabs to component from widget. Added missing widgetId
2021-02-26 11:47:21 +05:30

9 lines
399 B
JSON

{
"tabWidget": ".t--draggable-tabswidget",
"tabInput": ".t--draggable-tabswidget span.t--widget-name",
"tabName": ".t--property-control-tabs input",
"tabDefault": ".t--property-control-defaulttab .CodeMirror-code",
"tabButton": ".t--property-control-tabs button",
"tabDelete": ".t--property-control-tabs .t--delete-tab-btn",
"tabContainer": "div[type='TABS_WIDGET']"
}