UNPKG

@lucidcms/core

Version:

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

1 lines 841 B
{"version":3,"file":"config.mjs","names":["constants"],"sources":["../../../../../../src/libs/collection/custom-fields/fields/repeater/config.ts"],"sourcesContent":["import constants from \"../../../../../constants/constants.js\";\nimport type { FieldStaticConfig } from \"../../types.js\";\n\nexport const repeaterFieldConfig = {\n\ttype: \"repeater\",\n\tdatabase: {\n\t\tmode: \"tree-table\",\n\t\tseparator: \"rep\",\n\t\ttableType: `${constants.db.customFieldTablePrefix}repeater`,\n\t},\n\tcapabilities: {\n\t\tfilterable: false,\n\t\tsortable: false,\n\t},\n} as const satisfies FieldStaticConfig<\"repeater\">;\n\nexport type RepeaterFieldType = typeof repeaterFieldConfig.type;\n"],"mappings":"sDAGA,MAAa,EAAsB,CAClC,KAAM,WACN,SAAU,CACT,KAAM,aACN,UAAW,MACX,UAAW,GAAGA,EAAU,GAAG,uBAAuB,SACnD,EACA,aAAc,CACb,WAAY,GACZ,SAAU,EACX,CACD"}