Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/developing/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ Below are the config options that Ionic uses.
| `popoverLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-popover`, overriding the default "animation". |
| `refreshingIcon` | `string` | Overrides the default icon in all `<ion-refresh-content>` components. |
| `refreshingSpinner` | `SpinnerTypes` | Overrides the default spinner type in all `<ion-refresh-content>` components. |
| `rippleEffect` | `boolean` | If `true`, Material Design ripple effects will be enabled across the app. |
| `sanitizerEnabled` | `boolean` | If `true`, Ionic will enable a basic DOM sanitizer on component properties that accept custom HTML. |
| `spinner` | `SpinnerTypes` | Overrides the default spinner in all `<ion-spinner>` components. |
| `statusTap` | `boolean` | If `true`, clicking or tapping the status bar will cause the content to scroll to the top. |
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-v6/developing/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Below are the config options that Ionic uses.
| `popoverLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-popover`, overriding the default "animation". |
| `refreshingIcon` | `string` | Overrides the default icon in all `<ion-refresh-content>` components. |
| `refreshingSpinner` | `SpinnerTypes` | Overrides the default spinner type in all `<ion-refresh-content>` components. |
| `rippleEffect` | `boolean` | If `true`, Material Design ripple effects will be enabled across the app. |
| `sanitizerEnabled` | `boolean` | If `true`, Ionic will enable a basic DOM sanitizer on component properties that accept custom HTML. |
| `spinner` | `SpinnerTypes` | Overrides the default spinner in all `<ion-spinner>` components. |
| `statusTap` | `boolean` | If `true`, clicking or tapping the status bar will cause the content to scroll to the top. |
Expand Down