浏览代码

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 年前
父节点
当前提交
17648b7aa8
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      config.json

+ 7
- 1
config.json 查看文件

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