Skip to content

Instantly share code, notes, and snippets.

@coraxster
Last active August 31, 2017 07:16
Show Gist options
  • Select an option

  • Save coraxster/5368299b2827371adf61576514b1d3ab to your computer and use it in GitHub Desktop.

Select an option

Save coraxster/5368299b2827371adf61576514b1d3ab to your computer and use it in GitHub Desktop.
tariffs
var response = {
title: "Универсальный",
id: "unive-rsal",
tariffType: "self-trading",
description: "Подходит новичкам, не имеющим чёткого торгового плана",
files: [
{
title: "Документ1.doc",
url: "http://..."
},
{
title: "Документ2.doc",
url: "http://..."
}
],
tabs: [
{
title: "Фондовый рынок",
order: 0,
html: "<div class=\"tariff-tab\">...</div>"
},
{
title: "Валютный рынок",
order: 1,
html: "<div class=\"tariff-tab\">...</div>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment