purush/cstorebundle

A pimcore bundle to import/export pimcore classification store configuration

Maintainers

Package info

github.com/prunepal333/cstorebundle

Type:pimcore-bundle

pkg:composer/purush/cstorebundle

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-main 2023-09-27 06:38 UTC

This package is auto-updated.

Last update: 2026-03-27 12:05:41 UTC


README

Pimcore bundle to import/export classification store configuration.

Like Class Definition, Field Collection and ObjectBrick,

it is a simple utility to import/export classification store configuration that allows bulk import/export of all classification store configuration. Commands:

  1. bin/console pimcore:cstore:import -f filepath [--no-override] : Imports the classification store configuration from provided filepath

With override flag, we can choose to replace or ignore the config import for any store, collection and group, if there is a collision/clash with existing names and imported names

override: Replace the existing config

no-override: Ignore the config

  1. bin/console pimcore:cstore:export -f filepath : Exports the classification store configuration to the provided filepath