@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
1 lines • 622 B
Source Map (JSON)
{"version":3,"file":"config.mjs","names":[],"sources":["../../../../../../src/libs/collection/custom-fields/fields/datetime/config.ts"],"sourcesContent":["import type { FieldStaticConfig } from \"../../types.js\";\n\nexport const datetimeFieldConfig = {\n\ttype: \"datetime\",\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<\"datetime\">;\n\nexport type DatetimeFieldType = typeof datetimeFieldConfig.type;\n"],"mappings":"AAEA,MAAa,EAAsB,CAClC,KAAM,WACN,SAAU,CACT,KAAM,QACP,EACA,aAAc,CACb,WAAY,GACZ,SAAU,EACX,CACD"}