You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2021/04/02 16:54:13 UTC

[sling-whiteboard] branch master updated: Some Readme adjustments

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5cb1fc1  Some Readme adjustments
5cb1fc1 is described below

commit 5cb1fc10d00d82d180581ebe74669d049f7566dc
Author: Andreas Schaefer <sc...@me.com>
AuthorDate: Fri Apr 2 09:53:55 2021 -0700

    Some Readme adjustments
---
 org.apache.sling.ddr/README.md        | 3 +++
 org.apache.sling.ddr/sample/Readme.md | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/org.apache.sling.ddr/README.md b/org.apache.sling.ddr/README.md
index 657346f..6ae6805 100644
--- a/org.apache.sling.ddr/README.md
+++ b/org.apache.sling.ddr/README.md
@@ -29,4 +29,7 @@ inside the source is creating a DDR with the path of the target as parent and th
 name of the DDR. Keep in mind that **no resource with that name** can existing in the target folder
 otherwise it will be shadowed by the existing resource.
 
+**Note**: any dynamic resource will have a property called **sling:ddrActive** with value **true** that
+marks this resource as a DDR.
+
 Andreas Schaefer, 3/27/2021
\ No newline at end of file
diff --git a/org.apache.sling.ddr/sample/Readme.md b/org.apache.sling.ddr/sample/Readme.md
index 80f8cf8..170fdcd 100644
--- a/org.apache.sling.ddr/sample/Readme.md
+++ b/org.apache.sling.ddr/sample/Readme.md
@@ -29,7 +29,7 @@ After the installation open Sling in a browser and then go to **composum** brows
 Here go to **/apps/ddr-dynamic** and you will find two child nodes **button1** and **text1**.
 These resources are fully dynamic mean that they would go away if the DDR core is disabled.
 Try this by going to the System Console **Bundles** and stop the **org.apache.sling.ddr.core** bundle.
-Refershing the **/apps/ddr-dynamic** folder in composum will not display any child resources. Restart
+Refreshing the **/apps/ddr-dynamic** folder in composum will not display any child resources. Restart
 the bundle now again and make sure the child resources are there again.
 Now we want to see these components but open the content on **/ddr-sample/button.html**. This will
 show *Hello Button* or *Hello Text*.