분할패널 설정 간소화

This commit is contained in:
kjs
2026-01-05 12:21:02 +09:00
parent f7ab488b3c
commit d7eb91a043
3 changed files with 336 additions and 1830 deletions

View File

@@ -22,12 +22,12 @@ export const SplitPanelLayoutDefinition = createComponentDefinition({
defaultConfig: {
leftPanel: {
title: "마스터",
showSearch: true,
showSearch: false,
showAdd: false,
},
rightPanel: {
title: "디테일",
showSearch: true,
showSearch: false,
showAdd: false,
relation: {
type: "detail",