purush/cstorebundle

A pimcore bundle to import/export pimcore classification store configuration

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:pimcore-bundle

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

This package is auto-updated.

Last update: 2024-05-27 08:03:37 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