You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/06/18 13:42:52 UTC

[sling-org-apache-sling-scripting-sightly-testing-content] 02/03: SLING-7709 - [HTL] Implement the data-sly-set block element

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git

commit 29c5e9ad34a3db9f3dca728039d10f9808ebdfb5
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Jun 6 15:34:03 2018 +0200

    SLING-7709 - [HTL] Implement the data-sly-set block element
---
 src/main/resources/SLING-INF/sightlytck.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/resources/SLING-INF/sightlytck.json b/src/main/resources/SLING-INF/sightlytck.json
index c23dcad..1a4bbba 100644
--- a/src/main/resources/SLING-INF/sightlytck.json
+++ b/src/main/resources/SLING-INF/sightlytck.json
@@ -76,6 +76,10 @@
         "repeat": {
             "jcr:primartyType": "nt:unstructured",
             "sling:resourceType": "/sightlytck/scripts/blockstatements/repeat"
+        },
+        "set": {
+            "jcr:primartyType": "nt:unstructured",
+            "sling:resourceType": "/sightlytck/scripts/blockstatements/set"
         }
 
     },

-- 
To stop receiving notification emails like this one, please contact
radu@apache.org.