{
  "layout": "index.hbs",
  "helpers": ["ifCond", "multiOr", "ifEven", "ifOdd", "ifThree"],
  "data": {
    "company": "易開金融分析公司",
    "slogan": "專業的見解與預測",
    "middle-slogan": "為您解決一切的煩惱",
    "background": "./img/bg.jpg",
    "award": [{
      "name": "連續九年獲得最佳品質獎",
      "description": "這是由最強大的政府頒發的"
    }],
    "service": [{
      "name": "服務名稱",
      "image": "http://fakeimg.pl/112/",
      "content": "讀許手別制人政反美的其他聲覺……快統不東代消？"
    }, {
      "name": "服務名稱",
      "image": "http://fakeimg.pl/112/",
      "content": "讀許手別制人政反美的其他聲覺……快統不東代消？"
    }, {
      "name": "服務名稱",
      "image": "http://fakeimg.pl/112/",
      "content": "讀許手別制人政反美的其他聲覺……快統不東代消？"
    }, {
      "name": "服務名稱",
      "image": "http://fakeimg.pl/112/",
      "content": "讀許手別制人政反美的其他聲覺……快統不東代消？"
    }],
    "product": [{
      "link": "http://test.com",
      "image": "http://fakeimg.pl/112/"
    }, {
      "link": "http://test.com",
      "image": "http://fakeimg.pl/112/"
    }, {
      "link": "http://test.com",
      "image": "http://fakeimg.pl/112/"
    }, {
      "link": "http://test.com",
      "image": "http://fakeimg.pl/112/"
    }],
    "team": [{
      "image": "http://placehold.it/750x450",
      "name": "王大名",
      "job": "工程師"
    }, {
      "image": "http://placehold.it/750x450",
      "name": "林小華",
      "job": "設計師"
    }, {
      "image": "http://placehold.it/750x450",
      "name": "陳小美",
      "job": "打雜"
    }],
    "client": [{
      "image": "http://placehold.it/750x450",
      "name": "王大名",
      "link": "http://test.com"
    }, {
      "image": "http://placehold.it/750x450",
      "name": "林小華",
      "link": "http://test.com"
    }, {
      "image": "http://placehold.it/750x450",
      "name": "陳小美",
      "link": "http://test.com"
    }],
    "contact": {
      "address": "地球村一號",
      "phone": "012133434",
      "email": "yoman@yoyo.com",
      "facebook": "test",
      "twitter": "test"
    }
  },
  "columns": {
    "company": {
      "~description": "請問你的公司/商家名稱是？",
      "~format": "input"
    },
    "slogan": {
      "~description": "請問你們公司/商店的口號是什麼？",
      "~format": "input"
    },
    "middle-slogan": {
      "~description": "請問你們公司/商店的第二個口號是什麼？",
      "~format": "input"
    },
    "background": {
      "~description": "請上傳一張網站的背景圖吧！",
      "~format": "image"
    },
    "award": {
      "~description": "請問你們公司/商家曾經得過的獎項",
      "name": {
        "~description": "請問這個獎項的名稱是什麼？",
        "~format": "input"
      },
      "description": {
        "~description": "請問這個獎項的內容是什麼？",
        "~format": "textarea"
      }
    },

    "service": {
      "~description": "請問你們公司/商店的服務有哪些？",
      "name": {
        "~description": "請問這項服務的名稱是？",
        "~format": "input"
      },
      "content": {
        "~description": "請問這項服務的內容是？",
        "~format": "textarea"
      },
      "image": {
        "~description": "請上傳這項服務的照片",
        "~format": "image"
      }
    },
    "product": {
      "~description": "請問你們公司/商店的產品有哪些？（建議您至少填寫兩項）",
      "link": {
        "~description": "請問這項產品的連結是？",
        "~format": "input"
      },
      "image": {
        "~description": "請上傳這項產品的照片",
        "~format": "image"
      }
    },
    "team": {
      "~description": "關於你們公司/商店的成員",
      "name": {
        "~description": "這位成員的名字是什麼",
        "~format": "user.profile.name"
      },
      "image": {
        "~description": "請上傳這位成員的照片",
        "~format": "image"
      },
      "job": {
        "~description": "請問這位成員的職稱是什麼",
        "~format": "input"
      }
    },
    "client": {
      "~description": "關於你們公司/商店的客戶",
      "name": {
        "~description": "這位客戶的名字是什麼",
        "~format": "user.profile.name"
      },
      "image": {
        "~description": "請上傳這位客戶的照片",
        "~format": "image"
      },
      "link": {
        "~description": "請問這位客戶的網站是什麼",
        "~format": "link"
      }
    },
    "contact": {
      "~description": "請問你們公司/商店的聯絡方式",
      "address": {
        "~description": "請問你們公司/商店的地址是什麼？",
        "~format": "input"
      },
      "email": {
        "~description": "請問你們公司/商店的email是什麼？",
        "~format": "email"
      },
      "phone": {
        "~description": "請問你們公司/商家的電話是什麼？",
        "~format": "number"
      },
      "facebook": {
        "~description": "請問你們公司/商店的 facebook 帳號是什麼？",
        "~format": "user.socmed.fb.account"
      },
      "twitter": {
        "~description": "請問你們公司/商店的 twitter 帳號是什麼？",
        "~format": "user.socmed.twitter.account"
      }
    }
  }
}
