form export 수정 및 통합테스트
This commit is contained in:
@@ -643,7 +643,7 @@ export interface FormFieldConfig {
|
||||
}
|
||||
|
||||
// 폼 블록 속성
|
||||
export type FormSubmitTarget = "internal" | "webhook";
|
||||
export type FormSubmitTarget = "internal" | "webhook" | "both";
|
||||
export type FormPayloadFormat = "form" | "json";
|
||||
|
||||
export interface FormBlockProps {
|
||||
|
||||
Reference in New Issue
Block a user