UNPKG

@spartacus/schematics

Version:
22 lines 850 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JSONLD_PRODUCT_REVIEW_BUILDER_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); //projects/storefrontlib/cms-structure/seo/structured-data/builders/product/jsonld-product-review.builder.ts exports.JSONLD_PRODUCT_REVIEW_BUILDER_MIGRATION = { class: constants_1.JSONLD_PRODUCT_REVIEW_BUILDER, importPath: constants_1.SPARTACUS_STOREFRONTLIB, deprecatedParams: [ { className: constants_1.PRODUCT_REVIEW_SERVICE, importPath: constants_1.SPARTACUS_CORE, }, ], addParams: [ { className: constants_1.SEO_CONFIG, importPath: constants_1.SPARTACUS_STOREFRONTLIB, }, ], }; //# sourceMappingURL=jsonld-product-review.builder.migration.js.map