Initialize and parse the neseted schema too.

Renamed the type of the nested schema type to 'nested' from 'uiLayout'
to be more relatevant.
This commit is contained in:
Ashesh Vashi
2016-01-19 17:53:33 +05:30
parent 7c9347873f
commit 0cea682e88
2 changed files with 136 additions and 111 deletions

View File

@@ -1315,7 +1315,7 @@
// utilizing it later.
groups[group].push(o);
if (s.type == 'uiLayout') {
if (s.type == 'nested') {
delete o.name;
delete o.cell;