torqit/pimcore-select-options-creator-bundle

There is no license information available for the latest version (v1.0.0) of this package.

v1.0.0 2025-03-19 17:37 UTC

This package is auto-updated.

Last update: 2025-03-19 17:37:40 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

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.