Quellcode durchsuchen

Add topics to etl. Fixes #918

mariakomar vor 9 Jahren
Ursprung
Commit
75d5355f6b
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5
    1
      config.json

+ 5
- 1
config.json Datei anzeigen

635
       "core": false,
635
       "core": false,
636
       "difficulty": 6,
636
       "difficulty": 6,
637
       "slug": "etl",
637
       "slug": "etl",
638
-      "topics": null,
638
+      "topics": [
639
+        "transforming",
640
+        "maps",
641
+        "lists"
642
+      ],
639
       "unlocked_by": "word-count",
643
       "unlocked_by": "word-count",
640
       "uuid": "76d28d97-75d3-47eb-bb77-3d347b76f1b6"
644
       "uuid": "76d28d97-75d3-47eb-bb77-3d347b76f1b6"
641
     },
645
     },