- SelectItem value="" -> "none" 변환 (shadcn Select 런타임 에러 수정) - TablesPanel 중복 React key 수정 - 하이픈 포함 식별자를 따옴표로 감싸기 (hero-section, card-layout) - 깨진 레거시 파일 제거 (AutoRegisteringLayoutRenderer.ts) - 중복 인터페이스 통합 (RestAPISourceNodeData, FlowVisibilityConfig) - WebType에 누락된 타입 추가 (checkbox-group, radio-horizontal 등) - 사용하지 않는 namespace 제거 (Migration, TypeValidation) - tsconfig.json에 깨진 레거시 파일 exclude 추가 Made-with: Cursor |
||
|---|---|---|
| .. | ||
| HeroSectionLayout.tsx | ||
| HeroSectionLayoutRenderer.tsx | ||
| README.md | ||
| config.ts | ||
| index.ts | ||
| types.ts | ||
README.md
heroSection
영웅 섹션 레이아웃입니다
사용법
이 레이아웃은 자동으로 등록되어 화면편집기에서 사용할 수 있습니다.
구성
HeroSectionLayout.tsx: 메인 레이아웃 컴포넌트HeroSectionLayoutRenderer.tsx: 렌더러 (자동 등록)config.ts: 기본 설정types.ts: 타입 정의index.ts: 진입점
개발
HeroSectionLayout.tsx에서 레이아웃 로직 구현config.ts에서 기본 설정 조정types.ts에서 타입 정의 추가
설정
{
hero-section: {
// TODO: 설정 옵션 문서화
}
}
존 구성
- 존 1 (
zone1): 기본 영역 - 존 2 (
zone2): 기본 영역 - 존 3 (
zone3): 기본 영역
생성일: 2025. 9. 10. 버전: 1.0.0 작성자: 개발자