Skip to content

Commit 90133cf

Browse files
committed
docs(theming): update theming docs for new tab variables
closes ionic-team/ionic-framework#7143
1 parent bc329c9 commit 90133cf

File tree

2 files changed

+5
-5
lines changed
  • _includes/v2_fluid/component-docs
  • docs/v2/theming/platform-specific-styles

2 files changed

+5
-5
lines changed

_includes/v2_fluid/component-docs/modes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2 id="modes" class="section-header">Modes</h2>
5555
@App({
5656
template: '<ion-nav [root]="rootPage"></ion-nav>',
5757
config: {
58-
tabbarPlacement: 'bottom'
58+
tabsPlacement: 'bottom'
5959
}
6060
})
6161
```

docs/v2/theming/platform-specific-styles/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Each mode has a default configuration. The [configuration properties](../../api/
6060
| `popoverEnter` | `"popover-pop-in"` | `"popover-md-pop-in"` | `"popover-md-pop-in"` |
6161
| `popoverLeave` | `"popover-pop-out"` | `"popover-md-pop-out"` | `"popover-md-pop-out"` |
6262
| `spinner` | `"ios"` | `"crescent"` | `"circles"` |
63-
| `tabbarHighlight` | `false` | `true` | `false` |
64-
| `tabbarLayout` | `"icon-top"` | `"icon-top"` | `"icon-top"` |
65-
| `tabbarPlacement` | `"bottom"` | `"top"` | `"top"` |
66-
| `tabSubPages` | `false` | `true` | `true` |
63+
| `tabsHighlight` | `false` | `true` | `false` |
64+
| `tabsLayout` | `"icon-top"` | `"icon-top"` | `"icon-top"` |
65+
| `tabsPlacement` | `"bottom"` | `"top"` | `"top"` |
66+
| `tabsHideOnSubPages` | `false` | `true` | `true` |
6767
| `toastEnter` | `"toast-slide-in"` | `"toast-md-slide-in"` | `"toast-wp-slide-in"` |
6868
| `toastLeave` | `"toast-slide-out"` | `"toast-md-slide-out"` | `"toast-wp-slide-out"` |
6969

0 commit comments

Comments
 (0)