Learn by Directing AI
All materials

custom-config.yml

ymlcustom-config.yml
# Juice Shop custom configuration for Todorovi Wines lab
# Customizes the application to match the winery context

application:
  name: "Todorovi Wines"
  logo: ""
  favicon: ""
  theme: "blue-grey-indigo"
  welcomeBanner:
    showOnFirstStart: false

products:
  - name: "Thracian Reserve Mavrud 2022"
    description: "Full-bodied red from estate vineyards. Dark fruit, spice, oak. 750ml."
    price: 28.50
    image: "https://placekitten.com/150/200"
  - name: "Rose Valley Rubin 2023"
    description: "Medium-bodied red with cherry and tobacco notes. Estate bottled. 750ml."
    price: 22.00
    image: "https://placekitten.com/151/200"
  - name: "Plovdiv White Misket 2023"
    description: "Aromatic white with floral nose and citrus finish. 750ml."
    price: 18.50
    image: "https://placekitten.com/152/200"
  - name: "Harvest Gold Chardonnay 2022"
    description: "Barrel-fermented Chardonnay. Butter, vanilla, tropical fruit. 750ml."
    price: 32.00
    image: "https://placekitten.com/153/200"
  - name: "Todorovi Sparkling Brut NV"
    description: "Traditional method sparkling from Misket and Chardonnay. Crisp, festive. 750ml."
    price: 35.00
    image: "https://placekitten.com/154/200"
  - name: "Wine Club Mixed Case (12 bottles)"
    description: "Monthly selection of 12 bottles. Includes tasting notes. Members only."
    price: 195.00
    image: "https://placekitten.com/155/200"