UNPKG

@kontent-ai/gatsby-source

Version:
10 lines 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.kontentTaxonomiesCreateSchemaCustomization = void 0; const naming_1 = require("./naming"); const createSchemaCustomization = async (api) => { const schema = (0, naming_1.getKontentTaxonomiesSchemaNamingConfiguration)(); api.actions.createTypes(schema); }; exports.kontentTaxonomiesCreateSchemaCustomization = createSchemaCustomization; //# sourceMappingURL=createSchemaCustomization.taxonomies.js.map