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/06 13:34:22 UTC

[sling-org-apache-sling-scripting-sightly-testing-content] branch issue/SLING-7681 updated: 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 issue/SLING-7681
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git


The following commit(s) were added to refs/heads/issue/SLING-7681 by this push:
     new 11c0342  SLING-7709 - [HTL] Implement the data-sly-set block element
11c0342 is described below

commit 11c034279d9a32278c862ddbd8baa6ec9c5e97de
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.