From 070c0149672814816a55d805dcc655c738e5f2ca Mon Sep 17 00:00:00 2001 From: A1shK <129784222+A1shK@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:28:49 -0500 Subject: [PATCH] Update docs/site/src/content/docs/plugins/multiplatform/shared-constants.mdx Co-authored-by: Ketan Reddy --- .../src/content/docs/plugins/multiplatform/shared-constants.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/src/content/docs/plugins/multiplatform/shared-constants.mdx b/docs/site/src/content/docs/plugins/multiplatform/shared-constants.mdx index ab47711d3..ce0d932e4 100644 --- a/docs/site/src/content/docs/plugins/multiplatform/shared-constants.mdx +++ b/docs/site/src/content/docs/plugins/multiplatform/shared-constants.mdx @@ -42,7 +42,7 @@ constantsPlugin.getConstants("prop1"); // 'A' ### Overriding Values in Content -The `dataPath` configuration option allows content to override specific values for a particular flow: +By default, data can be provided in the `constants` path of the `data` object to override the constants that the plugin was initialized with. This can be overridden though via the `dataPath` configuration option. In the above example, `dataPath` was initialized with the path `data.props` therefore the following code snippet could be used to override the `prop1` constant: ```json {