{"version":3,"file":"config.mjs","names":[],"sources":["../../../../../../src/libs/collection/custom-fields/fields/code/config.ts"],"sourcesContent":["import type { FieldStaticConfig } from \"../../types.js\";\n\nexport const codeFieldConfig = {\n\ttype: \"code\",\n\tdatabase: {\n\t\tmode: \"column\",\n\t},\n\tcapabilities: {\n\t\tfilterable: true,\n\t\tsortable: false,\n\t},\n} as const satisfies FieldStaticConfig<\"code\">;\n\nexport type CodeFieldType = typeof codeFieldConfig.type;\n"],"mappings":"AAEA,MAAa,EAAkB,CAC9B,KAAM,OACN,SAAU,CACT,KAAM,QACP,EACA,aAAc,CACb,WAAY,GACZ,SAAU,EACX,CACD"}