Skip to content

Commit e452e0b

Browse files
Document custom key in .meta/config.json file (#493)
1 parent 77ccd2f commit e452e0b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

building/tracks/concept-exercises.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ This file contains meta information on the exercise:
339339
- `representer`: Meta information related to how the representer processes this file (optional)
340340
- `version`: An integer for the version of the representer to use for the exercise (required if parent key is present)
341341
- `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)
342343

343344
If someone is both an author _and_ a contributor, only list that person as an author.
344345

@@ -378,7 +379,10 @@ Assume that the user `FSharpForever` has written an exercise called `log-levels`
378379
"representer": {
379380
"version": 2
380381
},
381-
"icon": "logs"
382+
"icon": "logs",
383+
"custom": {
384+
"parallel": true
385+
}
382386
}
383387
```
384388

building/tracks/practice-exercises.md

+1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ This file contains meta information on the exercise:
307307
- `representer`: Meta information related to how the representer processes this file (optional)
308308
- `version`: An integer for the version of the representer to use for the exercise (required if parent key is present)
309309
- `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)
310311

311312
If someone is both an author _and_ a contributor, only list that person as an author.
312313

0 commit comments

Comments
 (0)