UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

1 lines 642 B
{"version":3,"file":"config.mjs","names":[],"sources":["../../../../../../src/libs/collection/custom-fields/fields/collapsible/config.ts"],"sourcesContent":["import type { FieldStaticConfig } from \"../../types.js\";\n\nexport const collapsibleFieldConfig = {\n\ttype: \"collapsible\",\n\tdatabase: {\n\t\tmode: \"ignore\",\n\t},\n\tcapabilities: {\n\t\tfilterable: false,\n\t\tsortable: false,\n\t},\n} as const satisfies FieldStaticConfig<\"collapsible\">;\n\nexport type CollapsibleFieldType = typeof collapsibleFieldConfig.type;\n"],"mappings":"AAEA,MAAa,EAAyB,CACrC,KAAM,cACN,SAAU,CACT,KAAM,QACP,EACA,aAAc,CACb,WAAY,GACZ,SAAU,EACX,CACD"}