src/app/ ├── components/ │ ├── field-settings/ # Panel for configuring field properties │ ├── field-types/ # Reusable field type components │ │ ├── text-field/ │ │ └── checkbox-field/ │ ├── ...