UNPKG

@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
{"version":3,"file":"config.mjs","names":[],"sources":["../../../../../../src/libs/collection/custom-fields/fields/checkbox/config.ts"],"sourcesContent":["import type { FieldStaticConfig } from \"../../types.js\";\n\nexport const checkboxFieldConfig = {\n\ttype: \"checkbox\",\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<\"checkbox\">;\n\nexport type CheckboxFieldType = typeof checkboxFieldConfig.type;\n"],"mappings":"AAEA,MAAa,EAAsB,CAClC,KAAM,WACN,SAAU,CACT,KAAM,QACP,EACA,aAAc,CACb,WAAY,GACZ,SAAU,EACX,CACD"}