@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
1 lines • 610 B
Source Map (JSON)
{"version":3,"file":"config.mjs","names":[],"sources":["../../../../../../src/libs/collection/custom-fields/fields/number/config.ts"],"sourcesContent":["import type { FieldStaticConfig } from \"../../types.js\";\n\nexport const numberFieldConfig = {\n\ttype: \"number\",\n\tdatabase: {\n\t\tmode: \"column\",\n\t},\n\tcapabilities: {\n\t\tfilterable: true,\n\t\tsortable: true,\n\t},\n} as const satisfies FieldStaticConfig<\"number\">;\n\nexport type NumberFieldType = typeof numberFieldConfig.type;\n"],"mappings":"AAEA,MAAa,EAAoB,CAChC,KAAM,SACN,SAAU,CACT,KAAM,QACP,EACA,aAAc,CACb,WAAY,GACZ,SAAU,EACX,CACD"}