화면관리 ui개선 및 파일업로드 설정

This commit is contained in:
kjs
2025-10-15 13:30:11 +09:00
parent 5a8efa51af
commit 3d242c1c8e
14 changed files with 598 additions and 584 deletions

View File

@@ -23,7 +23,7 @@ export const CheckboxBasicDefinition = createComponentDefinition({
defaultConfig: {
placeholder: "입력하세요",
},
defaultSize: { width: 150, height: 32 },
defaultSize: { width: 150, height: 120 }, // 40 * 3 (3개 옵션)
configPanel: CheckboxBasicConfigPanel,
icon: "Edit",
tags: [],