Skip to content

Commit f0fb853

Browse files
authored
Merge pull request #1077 from akeneo/PROGX-863-add-attribute-property
2 parents ffba2fe + ead3868 commit f0fb853

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

content/swagger/akeneo-web-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content/swagger/resources/attributes/definitions/attribute.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ properties:
225225
type: number
226226
description: Defines the number of decimal places when decimal places strategy is `round` or `forbid`.
227227
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). This feature will be available soon.
231+
x-warning: Only for `pim_catalog_simpleselect` or `pim_catalog_multiselect` attribute types
232+
x-from-version: "SaaS"
228233
example:
229234
{
230235
"code": "release_date",

0 commit comments

Comments
 (0)