File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ This file contains meta information on the exercise:
339
339
- ` representer ` : Meta information related to how the representer processes this file (optional)
340
340
- ` version ` : An integer for the version of the representer to use for the exercise (required if parent key is present)
341
341
- ` icon ` : The slug of the icon (see [ the full list of icons] [ exercise-icons ] ). If not specified, the exercise's slug will be used (optional)
342
+ - ` custom ` : Any exercise-specific, non-standard data. Can be used to customize behavior of the track's tooling per exercise (optional)
342
343
343
344
If someone is both an author _ and_ a contributor, only list that person as an author.
344
345
@@ -378,7 +379,10 @@ Assume that the user `FSharpForever` has written an exercise called `log-levels`
378
379
"representer" : {
379
380
"version" : 2
380
381
},
381
- "icon" : " logs"
382
+ "icon" : " logs" ,
383
+ "custom" : {
384
+ "parallel" : true
385
+ }
382
386
}
383
387
```
384
388
Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ This file contains meta information on the exercise:
307
307
- ` representer ` : Meta information related to how the representer processes this file (optional)
308
308
- ` version ` : An integer for the version of the representer to use for the exercise (required if parent key is present)
309
309
- ` icon ` : The slug of the icon (see [ the full list of icons] [ exercise-icons ] ). If not specified, the exercise's slug will be used (optional)
310
+ - ` custom ` : Any exercise-specific, non-standard data. Can be used to customize behavior of the track's tooling per exercise (optional)
310
311
311
312
If someone is both an author _ and_ a contributor, only list that person as an author.
312
313
You can’t perform that action at this time.
0 commit comments