This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4175c6b9a Update context-aware-configuration.md
4175c6b9a is described below

commit 4175c6b9a0068c0146d0b10918ee3941de6181fa
Author: Karol Lewandowski <[email protected]>
AuthorDate: Wed Apr 24 17:29:49 2024 +0200

    Update context-aware-configuration.md
---
 .../context-aware-configuration/context-aware-configuration.md        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
 
b/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
index 32aa8e078..bc0c35d9f 100644
--- 
a/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
+++ 
b/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
@@ -148,10 +148,10 @@ Example for accessing a property of a configuration list 
(with a config name `x.
         <li>stringParam: ${item.stringParam}</li>
     </ul>
 
-If you want to access nested configurations you have to use a slash "/" as 
separator in the property name. Example:
+If you want to access nested configurations, you have to use a slash "/" as a 
separator in the config name. Example:
 
     #!html
-    ${caconfig['x.y.z.ConfigSample']['nestedConfig/stringParam']}
+    ${caconfig['x.y.z.ConfigSample/nestedConfig'].stringParam}
 
 
 # Context-Aware Configuration bnd plugin

Reply via email to