diff --git a/examples/accordion.ui b/examples/accordion.ui index 12e6b74..bce022d 100644 --- a/examples/accordion.ui +++ b/examples/accordion.ui @@ -7,11 +7,11 @@ { "name":"test1", "icon":"/imgs/t.png", - "text":"accordion 1 test", + "label":"accordion 1 test", "content":{ "widgettype":"Text", "options":{ - "text":"text content 1", + "label":"label content 1", "i81n":true } } @@ -19,11 +19,11 @@ { "name":"test2", "icon":"/imgs/t.png", - "text":"accordion 2 test", + "label":"accordion 2 test", "content":{ "widgettype":"Text", "options":{ - "text":"text content 2", + "label":"label content 2", "i81n":true } }