Skip to content

Commit

Permalink
- Update get shop by brand config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinichi69 committed Feb 9, 2022
1 parent 5669cc7 commit 3dcb486
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type BrandGeneralConfig {
show_brand_in_category_menu: Int @doc(description: "Show Brands in Category Menu")
what_to_show: String @doc(description: "What to show")
brand_menu_grid_layout: String @doc(description: "Brand Menu Grid Layout")
maximum_brands_to_show: Int @doc(description: "Maximum brands to show")
maximum_brands_to_show: String @doc(description: "Maximum brands to show")
show_brands_without_products_on_menu: Int @doc(description: "Show brands without products on menu")
show_brand_info_on_product_listing_page: String @doc(description: "Show Brand Info on Product Listing Page")
show_brand_info_in_product_page: String @doc(description: "Show Brand Info in Product Page")
Expand All @@ -110,8 +110,8 @@ type BrandsPageSettingsConfig {
brand_list_name: String @doc(description: "Brand List Name")
style_of_brand_list_page: Int @doc(description: "Style of Brand List Page")
display_option: Int @doc(description: "Display Option")
brand_logo_width: Int @doc(description: "Brand Logo Width")
brand_logo_height: Int @doc(description: "Brand Logo Height")
brand_logo_width: String @doc(description: "Brand Logo Width")
brand_logo_height: String @doc(description: "Brand Logo Height")
style_color: String @doc(description: "Style Color")
show_brand_short_description: Int @doc(description: "Show Brand Short Description")
show_brands_without_products: Int @doc(description: "Show brands without products")
Expand All @@ -123,24 +123,24 @@ type BrandsPageSettingsConfig {
brand_filter_alphabet: String @doc(description: "Brand Alphabet")
brand_filter_character_set: String @doc(description: "Character Set")
show_brand_search_block: Int @doc(description: "Show Search Block")
brand_search_min_chars: Int @doc(description: "Min chars")
brand_search_number_of_search_result: Int @doc(description: "Number of Search Result")
brand_search_min_chars: String @doc(description: "Min chars")
brand_search_number_of_search_result: String @doc(description: "Number of Search Result")
brand_search_show_thumbnail_image: Int @doc(description: "Show Thumbnail Image")
show_featured_brands: Int @doc(description: "Show Featured Brands")
display_featured_brands_style: Int @doc(description: "Display Featured Brands Style")
featured_brand_title: String @doc(description: "Featured Brands Title")
display_information_featured_brands: Int @doc(description: "Display Information")
show_related_products: Int @doc(description: "Show Related Products")
brand_related_title: String @doc(description: "Brand Related Title")
brand_related_limit: Int @doc(description: "Brand Related Limit")
brand_related_limit: String @doc(description: "Brand Related Limit")
}

type BrandInformationConfig {
default_image: String @doc(description: "Default Image")
default_block: String @doc(description: "Default Block")
show_brand_image_on_brand_page: Int @doc(description: "Show Brand Image On Brand Page")
show_brand_description_on_brand_page: String @doc(description: "Show Brand Description On Brand Page")
show_brand_static_block_on_brand_page: String @doc(description: "Show Brand Static Block On Brand Page")
show_brand_description_on_brand_page: Int @doc(description: "Show Brand Description On Brand Page")
show_brand_static_block_on_brand_page: Int @doc(description: "Show Brand Static Block On Brand Page")
}

type SidebarConfig {
Expand All @@ -149,10 +149,10 @@ type SidebarConfig {
featured_brand_show_title: Int @doc(description: "Featured Brand Show Title")
show_brand_thumbnail: Int @doc(description: "Show Brand Thumbnail")
brand_thumbnail_title: String @doc(description: "Brand Thumbnail Title")
brands_qty_limit: Int @doc(description: "Brand's Qty Limit")
brands_qty_limit: String @doc(description: "Brand's Qty Limit")
show_category_brand: Int @doc(description: "Show Category Brand")
category_brand_title: String @doc(description: "Category Brand Title")
category_qty_limit: Int @doc(description: "Category's Qty Limit")
category_qty_limit: String @doc(description: "Category's Qty Limit")
show_brand_category_quantity: Int @doc(description: "Show Brand Category Quantity")
}

Expand Down

0 comments on commit 3dcb486

Please sign in to comment.