diff --git a/src/guides/v2.4/graphql/queries/store-config.md b/src/guides/v2.4/graphql/queries/store-config.md index d45dc4d7f14..b69dbc7386f 100644 --- a/src/guides/v2.4/graphql/queries/store-config.md +++ b/src/guides/v2.4/graphql/queries/store-config.md @@ -331,6 +331,15 @@ Attribute | Data Type | Description | Configuration path | Default Value `minimum_password_length` | String | The minimum number of characters required for a valid password. | customer/password/minimum_password_length | 6 `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 +### Supported gift message attributes + +These attributes retrieve information about the store's gift message settings. They are defined in the `GiftMessageGraphQl` module. + +Attribute | Data Type | Description | Configuration path | Default Value +--- | --- | --- +`allow_order` | String | Allows gift messages at the order level. Possible values: 1 (Yes) and 0 (No). | sales/gift_options/allow_order | 0 +`allow_items` | String | Allows gift messages for order items. Possible values: 1 (Yes) and 0 (No). | sales/gift_options/allow_items | 0 + ### Supported WEEE (fixed product tax) attributes 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.