Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ad7a763

Browse files
authored
Merge pull request #7449 from atwixfirster/issue-7363-storeConfig
#7363: Update the storeConfig query to include new fields
2 parents a62478d + 4e82a53 commit ad7a763

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/guides/v2.4/graphql/queries/store-config.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,15 @@ Attribute | Data Type | Description | Configuration path | Default Value
331331
`minimum_password_length` | String | The minimum number of characters required for a valid password. | customer/password/minimum_password_length | 6
332332
`required_character_classes_number` | String | The number of different character classes required in a password (lowercase, uppercase, digits, special characters). | customer/password/required_character_classes_number | 2
333333

334+
### Supported gift message attributes
335+
336+
These attributes retrieve information about the store's gift message settings. They are defined in the `GiftMessageGraphQl` module.
337+
338+
Attribute | Data Type | Description | Configuration path | Default Value
339+
--- | --- | ---
340+
`allow_order` | String | Allows gift messages at the order level. Possible values: 1 (Yes) and 0 (No). | sales/gift_options/allow_order | 0
341+
`allow_items` | String | Allows gift messages for order items. Possible values: 1 (Yes) and 0 (No). | sales/gift_options/allow_items | 0
342+
334343
### Supported WEEE (fixed product tax) attributes
335344

336345
The **Stores** > Settings > **Configuration** > **Sales** > **Tax** > **Fixed Product Taxes** panel contains several fields that determine how to display fixed product tax (FPT) values and descriptions. Use the following attributes to determine the values of the **Fixed Product Taxes** fields. These attributes are defined in the `WeeeGraphQl` module.

0 commit comments

Comments
 (0)