Skip to content

Commit

Permalink
Merge pull request #35 from denisprotassoff/issue-5354
Browse files Browse the repository at this point in the history
5354 Added category_default_sort_by to storeConfig
  • Loading branch information
AleksandrsKondratjevs authored Dec 27, 2022
2 parents 5a56ecd + b5f594c commit c873688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ type StoreConfig {
is_allowed_reorder: Boolean @doc(desription: "Defines if customer is allowed to reorder")
rss_order_subscribe_allow: Boolean @doc(description: "Defines if customer is allowed to subscribe to order status")
minimun_password_length: Int @doc(description: "Defines password minimun length for customer")
catalog_default_sort_by: String @doc(description: "Default catalog sort by")
}

type PriceTaxDisplay {
Expand Down

0 comments on commit c873688

Please sign in to comment.