File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
content/swagger/resources/attributes/definitions Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DOCKER_RUN = docker run -it --rm -u $(UID):$(GID) -v "$${PWD}":/opt/workdir -w /
8
8
.DEFAULT_GOAL := build
9
9
10
10
docker-build :
11
- docker build -t $(DOCKER_IMAGE_TAG ) - < Dockerfile
11
+ docker build -t $(DOCKER_IMAGE_TAG ) --load - < Dockerfile
12
12
13
13
yarn-install : docker-build
14
14
$(DOCKER_RUN ) -e HOME=/tmp -v /etc/passwd:/etc/passwd:ro $(DOCKER_IMAGE_TAG ) yarn install
Original file line number Diff line number Diff line change @@ -225,6 +225,11 @@ properties:
225
225
type : number
226
226
description : Defines the number of decimal places when decimal places strategy is `round` or `forbid`.
227
227
x-warning : Only for `pim_catalog_number` or `pim_catalog_metric` attribute types
228
+ enable_option_creation_during_import :
229
+ type : boolean
230
+ description : Whether new attribute options can be created automatically during product or product model import (CSV, XLSX).
231
+ x-warning : Only for `pim_catalog_simpleselect` or `pim_catalog_multiselect` attribute types
232
+ x-from-version : " SaaS"
228
233
example :
229
234
{
230
235
" code " : " release_date" ,
You can’t perform that action at this time.
0 commit comments