UNPKG

@webiny/api-headless-cms-ddb

Version:

DynamoDB storage operations plugin for Headless CMS API.

23 lines (21 loc) 624 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CmsFieldFilterValueTransformPlugin = void 0; var _plugins = require("@webiny/plugins"); class CmsFieldFilterValueTransformPlugin extends _plugins.Plugin { static type = "cms-field-filter-value-transform"; get fieldType() { return this.config.fieldType; } get transform() { return this.config.transform; } constructor(config) { super(); this.config = config; } } exports.CmsFieldFilterValueTransformPlugin = CmsFieldFilterValueTransformPlugin; //# sourceMappingURL=CmsFieldFilterValueTransformPlugin.js.map