@@ -22,24 +22,24 @@ enum UrlRewriteEntityTypeEnum {
2222
2323
2424type StoreConfig {
25-
25+
2626 lofmarketplace_general_enable : String @doc (description : "Query by lofmarketplace_general_enable." )
2727 lofmarketplace_general_rating_approval : String @doc (description : "Query by lofmarketplace_general_rating_approval." )
28- lofmarketplace_general_seller_approval : String @doc (description : "Query by lofmarketplace_general_seller_approval." )
29- lofmarketplace_product_view_seller_info : String @doc (description : "Query by lofmarketplace_product_view_seller_info." )
28+ lofmarketplace_general_seller_approval : String @doc (description : "Query by lofmarketplace_general_seller_approval." )
29+ lofmarketplace_product_view_seller_info : String @doc (description : "Query by lofmarketplace_product_view_seller_info." )
3030 lofmarketplace_product_view_seller_name : String @doc (description : "Query by lofmarketplace_product_view_seller_name." )
3131 lofmarketplace_product_view_seller_image : String @doc (description : "Query by lofmarketplace_product_view_seller_image." )
32- lofmarketplace_product_view_seller_address : String @doc (description : "Query by lofmarketplace_product_view_seller_address." )
33- lofmarketplace_product_view_seller_sale : String @doc (description : "Query by lofmarketplace_product_view_seller_sale." )
34- lofmarketplace_product_view_seller_phone : String @doc (description : "Query by lofmarketplace_product_view_seller_phone." )
35- lofmarketplace_product_view_seller_contact : String @doc (description : "Query by lofmarketplace_product_view_seller_contact." )
36- lofmarketplace_product_view_seller_contact_text : String @doc (description : "Query by lofmarketplace_product_view_seller_contact_text." )
37- lofmarketplace_list_show_seller_name : String @doc (description : "Query by lofmarketplace_list_show_seller_name." )
38- lofmarketplace_list_item_per_page : String @doc (description : "Query by lofmarketplace_list_item_per_page." )
39- lofmarketplace_list_page_title : String @doc (description : "Query by lofmarketplace_list_page_title." )
40- lofmarketplace_list_meta_description : String @doc (description : "Query by lofmarketplace_list_meta_description." )
41- lofmarketplace_list_meta_keywords : String @doc (description : "Query by lofmarketplace_list_meta_keywords." )
42- lofmarketplace_group_show_seller_name : String @doc (description : "Query by lofmarketplace_group_show_seller_name." )
32+ lofmarketplace_product_view_seller_address : String @doc (description : "Query by lofmarketplace_product_view_seller_address." )
33+ lofmarketplace_product_view_seller_sale : String @doc (description : "Query by lofmarketplace_product_view_seller_sale." )
34+ lofmarketplace_product_view_seller_phone : String @doc (description : "Query by lofmarketplace_product_view_seller_phone." )
35+ lofmarketplace_product_view_seller_contact : String @doc (description : "Query by lofmarketplace_product_view_seller_contact." )
36+ lofmarketplace_product_view_seller_contact_text : String @doc (description : "Query by lofmarketplace_product_view_seller_contact_text." )
37+ lofmarketplace_list_show_seller_name : String @doc (description : "Query by lofmarketplace_list_show_seller_name." )
38+ lofmarketplace_list_item_per_page : String @doc (description : "Query by lofmarketplace_list_item_per_page." )
39+ lofmarketplace_list_page_title : String @doc (description : "Query by lofmarketplace_list_page_title." )
40+ lofmarketplace_list_meta_description : String @doc (description : "Query by lofmarketplace_list_meta_description." )
41+ lofmarketplace_list_meta_keywords : String @doc (description : "Query by lofmarketplace_list_meta_keywords." )
42+ lofmarketplace_group_show_seller_name : String @doc (description : "Query by lofmarketplace_group_show_seller_name." )
4343 lofmarketplace_group_item_per_page : String @doc (description : "Query by lofmarketplace_group_item_per_page." )
4444 lofmarketplace_group_seller_enable : String @doc (description : "Query by lofmarketplace_group_seller_enable." )
4545 lofmarketplace_group_seller_available : String @doc (description : "Query by lofmarketplace_group_seller_available." )
@@ -370,4 +370,4 @@ type SortField {
370370type SortFields @doc (description : " SortFields contains a default value for sort fields and all available sort fields." ) {
371371 default : String @doc (description : " Default value of sort fields." )
372372 options : [SortField ] @doc (description : " Available sort fields." )
373- }
373+ }
0 commit comments