Przeglądaj źródła

Add topics to custom set. Fixes #937 (#948)

* Add topics to custom set. Fixes #937

* Add topics to custom set. Fixes #937
* Add generics to list of topics for custom set
marykomar 9 lat temu
rodzic
commit
30b1fda1a4
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5
    1
      config.json

+ 5
- 1
config.json Wyświetl plik

1018
       "core": false,
1018
       "core": false,
1019
       "difficulty": 10,
1019
       "difficulty": 10,
1020
       "slug": "custom-set",
1020
       "slug": "custom-set",
1021
-      "topics": null,
1021
+      "topics": [
1022
+        "sets",
1023
+        "equality",
1024
+        "generics"
1025
+      ],
1022
       "unlocked_by": "linked-list",
1026
       "unlocked_by": "linked-list",
1023
       "uuid": "377fe38b-08ad-4f3a-8118-a43c10f7b9b2"
1027
       "uuid": "377fe38b-08ad-4f3a-8118-a43c10f7b9b2"
1024
     },
1028
     },