From 3083cfc42aebb2caf6ac797ed966599670250856 Mon Sep 17 00:00:00 2001 From: amandaesmith3 Date: Tue, 13 Feb 2024 09:22:00 -0600 Subject: [PATCH 1/2] fix(config): add rippleEffect to table --- docs/developing/config.md | 1 + versioned_docs/version-v6/developing/config.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/developing/config.md b/docs/developing/config.md index b97ec2cd1ae..b0b1a8affac 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..9c8b1989599 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. | From fa399647710dc398620e27d2206ab3284cec8a7d Mon Sep 17 00:00:00 2001 From: amandaesmith3 Date: Tue, 13 Feb 2024 09:26:32 -0600 Subject: [PATCH 2/2] lint --- docs/developing/config.md | 2 +- versioned_docs/version-v6/developing/config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developing/config.md b/docs/developing/config.md index b0b1a8affac..389033b4cca 100644 --- a/docs/developing/config.md +++ b/docs/developing/config.md @@ -191,7 +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. | +| `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 9c8b1989599..f73ce133123 100644 --- a/versioned_docs/version-v6/developing/config.md +++ b/versioned_docs/version-v6/developing/config.md @@ -134,7 +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. | +| `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. |