SLING-7709 - [HTL] Implement the data-sly-set block element
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"
         }
 
     },