Split shaders in JSONs over multiple lines
[platform/core/uifw/dali-demo.git] / resources / scripts / hello-world.json
index abbeb5e..6de3782 100644 (file)
@@ -17,8 +17,8 @@
 {
   // a tree of actors
   "stage": [{
-    "type": "TextView",
+    "type": "TextLabel",
     "text": "Hello World",
-    "parent-origin": "CENTER"
+    "parentOrigin": "CENTER"
   }]
 }