mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
feat: open the advanced settings automatically (#1508)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user