Add dynamic related lists with page layout support

This commit is contained in:
phyroslam
2026-01-08 15:15:28 -08:00
parent 16907aadf8
commit 9be98e4a09
12 changed files with 287 additions and 35 deletions

View File

@@ -8,6 +8,7 @@ export interface FieldLayoutItem {
export interface PageLayoutConfig {
fields: FieldLayoutItem[];
relatedLists?: string[];
}
export interface PageLayout {