UNPKG

@lucidcms/core

Version:

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

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