UNPKG

@lucidcms/core

Version:

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

1 lines 683 B
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../../../src/libs/collection/custom-fields/fields/collapsible/index.ts"],"sourcesContent":["import { createValueFieldTypeGenerator } from \"../../../type-gen/custom-field.js\";\nimport { collapsibleFieldConfig } from \"./config.js\";\nimport CollapsibleCustomField from \"./custom-field.js\";\n\nexport default {\n\tconfig: collapsibleFieldConfig,\n\tclass: CollapsibleCustomField,\n\tfetchRefs: null,\n\tvalidateInput: null,\n\tformatRef: null,\n\tclientTypeGen: createValueFieldTypeGenerator(\"null\"),\n};\n"],"mappings":"2KAIA,IAAA,EAAe,CACd,OAAQ,EACR,MAAO,EACP,UAAW,KACX,cAAe,KACf,UAAW,KACX,cAAe,EAA8B,MAAM,CACpD"}