UNPKG

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