UNPKG

@webiny/api-headless-cms-ddb-es

Version:

DynamoDB and Elasticsearch storage operations plugin for Headless CMS API.

8 lines (7 loc) 384 B
import { CmsModelFieldToElasticsearchPlugin } from "../../types"; /** * The long-text indexing plugin must take in consideration that users might have list of long-text fields. * Also, we used to encode values, and we do not do that anymore - but we need to have backward compatibility. */ declare const _default: () => CmsModelFieldToElasticsearchPlugin; export default _default;