mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 21:54:56 +00:00
Add JSON page routing support
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { PageSchema } from './json-ui'
|
||||
import { PropConfig } from './prop-config'
|
||||
import { ResizableConfig } from './resizable-config'
|
||||
|
||||
@@ -6,7 +7,9 @@ export interface PageConfig {
|
||||
title: string
|
||||
icon: string
|
||||
component?: string
|
||||
schema?: string
|
||||
type?: 'json' | 'component'
|
||||
schemaPath?: string
|
||||
schema?: PageSchema
|
||||
enabled: boolean
|
||||
isRoot?: boolean
|
||||
toggleKey?: string
|
||||
|
||||
Reference in New Issue
Block a user