Created
August 19, 2020 08:57
-
-
Save mozgovipc/4bc92e898ed4e1bb2bc1117181affea4 to your computer and use it in GitHub Desktop.
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
| const dummy_config = { | |
| volatility_warning: [ | |
| { | |
| "id": "435874d1-54c5-5daa-99f8-532b8e5c167b", | |
| "label": "HARD WHEAT", | |
| "icon": "<i class=\"fa fa-lemon-o\"></i>", | |
| "url": "https://example.org/hard-wheat" | |
| }, | |
| { | |
| "id": "f9dcca19-6108-525c-a357-75bae968d9ee", | |
| "label": "SOFT WHEAT", | |
| "icon": "<i class=\"fa fa-bars\"></i>", | |
| "url": "https://example.org/soft-wheat" | |
| }, | |
| { | |
| "id": "daea4b4c-fa43-5aca-9cc7-1cc3a8a87972", | |
| "label": "MAIZE", | |
| "icon": "<i class=\"fa fa-circle-o\"></i>", | |
| "url": "https://example.org/maize" | |
| }, | |
| { | |
| "id": "9655a06b-b5ea-5620-b933-4070c9783137", | |
| "label": "SOYBEAN", | |
| "icon": "<i class=\"fa fa-tint\"></i>", | |
| "url": "https://example.org/soybean" | |
| }, | |
| { | |
| "id": "4822bb1e-3e45-5317-a163-609bd9562871", | |
| "label": "RICE", | |
| "icon": "<i class=\"fa fa-superpowers\"></i>", | |
| "url": "https://example.org/rice" | |
| }, | |
| { | |
| "id": "79782802-a31d-58f1-b138-c67331706ac4", | |
| "label": "COTTON", | |
| "icon": "<i class=\"fa fa-linode\"></i>", | |
| "url": "https://example.org/cotton" | |
| }, | |
| { | |
| "id": "ca2a0335-a3b7-57a1-b666-7fde06edbeec", | |
| "label": "SUGAR", | |
| "icon": "<i class=\"fa fa-cube\"></i>", | |
| "url": "https://example.org/cotton" | |
| }, | |
| { | |
| "id": "019b71a3-808e-5d26-9e82-7a9a1a5af906", | |
| "label": "COFFEE", | |
| "icon": "<i class=\"fa fa-coffee\"></i>", | |
| "url": "https://example.org/coffee" | |
| }, | |
| { | |
| "id": "3a899d01-53d6-5c30-8751-bbe0a5a7acac", | |
| "label": "COCOA", | |
| "icon": "<i class=\"fa fa-globe\"></i>", | |
| "url": "https://example.org/cocoa" | |
| }, | |
| { | |
| "id": "2b316169-32d3-527b-9428-4628235676e9", | |
| "label": "GAS", | |
| "icon": "<i class=\"fa fa-fire\"></i>", | |
| "url": "https://example.org/gas" | |
| }, | |
| { | |
| "id": "e7cbba91-45fc-5037-9c1e-83e47ff8542e", | |
| "label": "OIL", | |
| "icon": "<i class=\"fa fa-tint\"></i>", | |
| "url": "https://example.org/oil" | |
| }, | |
| ], | |
| commodity_prices_monthly: [ | |
| { | |
| "id": "91592ae6-1292-589f-85a2-91b450b9e2b6", | |
| "label": "MAIZE", | |
| "icon": "<i class=\"fa fa-circle-o\"></i>", | |
| "url": "https://example.org/", | |
| }, | |
| { | |
| "id": "e365c502-a9e7-55ac-b9ad-3fae3e58b43f", | |
| "label": "OIL", | |
| "icon": "<i class=\"fa fa-tint\"></i>", | |
| "url": "https://example.org/", | |
| }, | |
| { | |
| "id": "05ab1b02-79f5-557e-9c56-90e0f8725604", | |
| "label": "RICE", | |
| "icon": "<i class=\"fa fa-superpowers\"></i>", | |
| "url": "https://example.org/", | |
| }, | |
| { | |
| "id": "b37a2298-cb5d-55b3-8da0-bb94b9bcdda5", | |
| "label": "SOYBEAN", | |
| "icon": "<i class=\"fa fa-tint\"></i>", | |
| "url": "https://example.org/", | |
| }, | |
| { | |
| "id": "e1af0816-423d-5893-af59-aafc7a0979a2", | |
| "label": "HARD WHEAT", | |
| "icon": "<i class=\"fa fa-lemon-o\"></i>", | |
| "url": "https://example.org/", | |
| }, | |
| { | |
| "id": "915624be-61a3-5a1b-9daa-f82bc87434d4", | |
| "label": "SOFT WHEAT", | |
| "icon": "<i class=\"fa fa-bars\"></i>", | |
| "url": "https://example.org/", | |
| }, | |
| ], | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment