diff --git a/docs/developing/config.md b/docs/developing/config.md index b97ec2cd1ae..389033b4cca 100644 --- a/docs/developing/config.md +++ b/docs/developing/config.md @@ -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 `` components. | | `refreshingSpinner` | `SpinnerTypes` | Overrides the default spinner type in all `` 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 `` components. | | `statusTap` | `boolean` | If `true`, clicking or tapping the status bar will cause the content to scroll to the top. | diff --git a/versioned_docs/version-v6/developing/config.md b/versioned_docs/version-v6/developing/config.md index 027cf25c5eb..f73ce133123 100644 --- a/versioned_docs/version-v6/developing/config.md +++ b/versioned_docs/version-v6/developing/config.md @@ -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 `` components. | | `refreshingSpinner` | `SpinnerTypes` | Overrides the default spinner type in all `` 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 `` components. | | `statusTap` | `boolean` | If `true`, clicking or tapping the status bar will cause the content to scroll to the top. |