feat: open the advanced settings automatically (#1508)

This commit is contained in:
Catalin Pit
2024-12-27 10:57:24 +02:00
committed by GitHub
parent 7ef2a8769b
commit 6da15ab12b
2 changed files with 9 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { ZFieldMetaSchema } from '../types/field-meta';
// Currently it seems that the majority of fields have advanced fields for font reasons.
// This array should only contain fields that have an optional setting in the fieldMeta.
const ADVANCED_FIELD_TYPES_WITH_OPTIONAL_SETTING: FieldType[] = [
export const ADVANCED_FIELD_TYPES_WITH_OPTIONAL_SETTING: FieldType[] = [
FieldType.NUMBER,
FieldType.TEXT,
FieldType.DROPDOWN,