| 12345678910111213141516171819202122232425262728293031323334 |
- [
- {
- "id": "widget-1",
- "type": "clock",
- "settings": {
- "format": "24h",
- "showDate": true,
- "showLabel": true,
- "label": "Current Time"
- }
- },
- {
- "id": "widget-2",
- "type": "crypto-price",
- "settings": {
- "symbol": "bitcoin",
- "currency": "USD",
- "refreshInterval": 60000,
- "showLabel": true,
- "label": "Bitcoin Price"
- }
- },
- {
- "id": "widget-3",
- "type": "crypto-price",
- "settings": {
- "symbol": "ethereum",
- "currency": "USD",
- "refreshInterval": 60000,
- "showLabel": true,
- "label": "Ethereum Price"
- }
- }
- ]
|