torqit/pimcore-select-options-creator-bundle

Maintainers

Package info

github.com/TorqIT/pimcore-select-options-creator-bundle

Type:pimcore-bundle

pkg:composer/torqit/pimcore-select-options-creator-bundle

Statistics

Installs: 2 215

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.2.1 2026-02-11 21:34 UTC

This package is auto-updated.

Last update: 2026-03-11 21:41:46 UTC


README

This bundle will create select options based on the generated .yaml file.

Installing the package via composer

This bundle is easily installed via composer: composer require torqit/pimcore-select-options-creator-bundle

Then add the bundle to your Kernel.php file:

        if (class_exists("TorqIT\\SelectOptionsCreatorBundle\\SelectOptionsCreatorBundle")) {
            $collection->addBundle(new SelectOptionsCreatorBundle());
        }

Steps to create a grid layout on a DataObject:

  1. Create select_options.yaml under the config directory. View the example .yaml file in the repo.
  2. Run the generator command by: bin/console torq:generate-select-options. You can force re-create the options by adding the --force-recreate-options option.

License

This bundle is licensed under the Pimcore Open Core License (POCL) and is intended for use with Pimcore Platform 2025.1 and newer.

See LICENSE.md for full license text.