@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 591 B
JavaScript
import{createValueFieldTypeGenerator as e}from"../../../type-gen/custom-field.mjs";import{formatIntegerFilterValue as t}from"../../utils/filter-values.mjs";import{createFieldRefFetchPlan as n}from"../../utils/ref-fetch.mjs";import{mediaFieldConfig as r}from"./config.mjs";import i from"./custom-field.mjs";import a from"./fetch-refs.mjs";import o from"./format-ref.mjs";import s from"./validate-input.mjs";var c={config:r,class:i,planFetchRefs:n,fetchRefs:a,validateInput:s,formatRef:o,formatFilterValue:t,clientTypeGen:e(`number[]`)};export{c as default};
//# sourceMappingURL=index.mjs.map