magento2-configurator icon indicating copy to clipboard operation
magento2-configurator copied to clipboard

Magento 2 Configurator

Results 32 magento2-configurator issues
Sort by recently updated
recently updated
newest added

When you have created a multiselect and type varchar the `backend_model` should be called array: `Magento\Eav\Model\Entity\Attribute\Backend\ArrayBackend`. This [pull request](https://github.com/ctidigital/magento2-configurator/pull/76) seems to include a solution (not tested).

i didn't find any samples in sample folder. Is it supported to add a swatch attribute?

Created component for custom order statuses creation and attach to existing states

Moved checking encryption flag into websites cycle

When creating a category I would like to specify a CMS Block.

When creating a category I would like to specify the design:layout i.e. 1-col, 2-col

Hi, Magento 2.3 seems to need a higher version of the `symfony/yaml`package. So I have updated the package version constraint. According to the composer documentation `"symfony/yaml": "~3.3"` should not break...

When creating dropdown/select attributes (product or otherwise), the options for the attribute can be defined using the 'options' part of the yaml file: > option: values: - Red - Green...

Enhancement
Help Wanted

Create an order status component.

Enhancement
Help Wanted
Good First Issue