{
  "_comment": "BewPro Provision Template — Complete this file and run: php artisan bewpro:provision path/to/this.json",

  "name": "",
  "db_name": "",
  "demo": "demo-restaurant",
  "tagline": "",
  "url": "",
  "author": "",
  "description": "",

  "modules": ["menu", "blog", "faqs"],
  "modules_navigation": {
    "menu":    { "header": true, "footer": true },
    "blog":    { "header": true, "footer": true },
    "faqs":    { "header": false, "footer": true }
  },

  "contact": {
    "phone": "",
    "email": "",
    "address": "",
    "hours": ""
  },

  "social_media": {
    "instagram": { "url": "", "active": false },
    "facebook":  { "url": "", "active": false },
    "linkedin":  { "url": "", "active": false },
    "youtube":   { "url": "", "active": false },
    "whatsapp":  { "url": "", "active": false },
    "tripadvisor": { "url": "", "active": false }
  },

  "analytics": {
    "enabled": false,
    "tracking_id": "",
    "track_in_local": false
  },

  "skin": "auto",
  "fonts": {
    "primary": "Lexend",
    "secondary": "Lexend",
    "tertiary": "Open Sans"
  },

  "schema_type": "Organization",
  "seo_keywords": "",

  "header": {
    "cta_button": {
      "active": false,
      "title": "Contact",
      "url": "/contact",
      "target": "_self",
      "style": "primary"
    }
  }
}
