From a2e929120d98b0ef2867a69039c3c40f10e8380a Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 2 Nov 2022 07:51:07 +0100 Subject: [PATCH] persisting_state_of_components.md: Add information about unbundling Settings Repository plugin --- topics/basics/persisting_state_of_components.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/topics/basics/persisting_state_of_components.md b/topics/basics/persisting_state_of_components.md index 8a141a2b7..6bccbc597 100644 --- a/topics/basics/persisting_state_of_components.md +++ b/topics/basics/persisting_state_of_components.md @@ -187,6 +187,10 @@ If the component state is OS-dependent, the `roamingType` of the `@Storage` anno #### Settings Repository Plugin and Export Settings Feature +> The _Settings Repository_ plugin is unbundled starting with the version 2022.3 and will be no longer maintained. +> +{type="warning"} + Persistent components can be shared via the _Settings Repository_ plugin and _Export Settings_ feature, depending on the `roamingType` of the `@Storage` annotation. See the [](#defining-the-storage-location) for more details.