SchoolManager: Difference between revisions
Jump to navigation
Jump to search
Created page with " {{#jsonformsrender:{{FULLPAGENAME}} |action=parse |schema=SchoolManager |slot=jsonforms-data }} ---------------- {{#jsonforms:SchoolManager |edit_page={{FULLPAGENAME}} }}" |
No edit summary Tag: jsonforms-slot-edit |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#jsonformsrender:{{FULLPAGENAME}} | {{#jsonformsrender:{{FULLPAGENAME}} | ||
|action=parse | |action=parse | ||
|schema=SchoolManager | |schema=SchoolManager | ||
| jsonforms-data | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{} | [ | ||
{ | |||
"name": "a", | |||
"schools": [ | |||
{ | |||
"name": "a", | |||
"number_of_pupils": 0, | |||
"classes": [ | |||
{ | |||
"class": "a" | |||
} | |||
] | |||
} | |||
] | |||
} | |||
] | |||
| jsonforms-metadata | |||
| Line 1: | Line 1: | ||
{} | { | ||
"slots": { | |||
"main": { | |||
"model": "wikitext", | |||
"editor": "WikiEditor" | |||
}, | |||
"jsonforms-data": { | |||
"editor": "JsonEditor", | |||
"model": "json", | |||
"schema": "SchoolManager" | |||
} | |||
} | |||
} | |||