Last active
August 31, 2017 07:16
-
-
Save coraxster/5368299b2827371adf61576514b1d3ab to your computer and use it in GitHub Desktop.
tariffs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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