We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d51747 commit a80f4e1Copy full SHA for a80f4e1
apps/playground/src/views/editor/init-schemas.ts
@@ -3,6 +3,7 @@ import { ISchemasRoot } from '@quantum-lowcode/schemas';
3
export const defaultSchemas: ISchemasRoot = {
4
type: 'root',
5
name: 'test',
6
+ field: 'root',
7
children: [
8
{
9
type: 'page',
@@ -20,6 +21,7 @@ export const defaultSchemas: ISchemasRoot = {
20
21
export const testSchemasV1: ISchemasRoot = {
22
23
24
25
dataSources: [
26
27
type: 'base',
@@ -204,6 +206,7 @@ export const testSchemasV1: ISchemasRoot = {
204
206
export const testSchemasV2: ISchemasRoot = {
205
207
208
name: 'test2',
209
210
211
212
0 commit comments