MCPcopy
hub / github.com/callumalpass/tasknotes / createDefaultFieldConfig

Function createDefaultFieldConfig

src/utils/fieldConfigDefaults.ts:158–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 * Create default field configuration
157 */
158export function createDefaultFieldConfig(): TaskModalFieldsConfig {
159 return {
160 version: 1,
161 fields: [...DEFAULT_CORE_FIELDS],
162 groups: [...DEFAULT_FIELD_GROUPS],
163 };
164}
165
166/**
167 * Get fields for a specific modal type

Callers 1

initializeFieldConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected