Przeglądaj źródła

Add topics to House as per #793. (#974)

* Add topics to House as per #793.

* Amend 'house' topics in config.json

* Remove tag 'variables' from house topics.
Sam Warner 8 lat temu
rodzic
commit
17648b7aa8
1 zmienionych plików z 7 dodań i 1 usunięć
  1. 7
    1
      config.json

+ 7
- 1
config.json Wyświetl plik

@@ -602,7 +602,13 @@
602 602
       "core": false,
603 603
       "difficulty": 6,
604 604
       "slug": "house",
605
-      "topics": null,
605
+      "topics": [
606
+        "arrays",
607
+        "conditionals",
608
+        "loops",
609
+        "strings",
610
+        "text_formatting"
611
+      ],
606 612
       "unlocked_by": "two-fer",
607 613
       "uuid": "6b51aca3-3451-4a64-ad7b-00b151d7548a"
608 614
     },