feat: config.json option to show empty rings
The `showEmptyRings` option in `config.ts` can now be set via `config.json`. This enables display of headers for rings that contain no items.
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
"platforms-and-aoe-services": "Platforms & Operations",
|
||||
"tools": "Tools"
|
||||
},
|
||||
"rings":["all", "adopt", "trial", "assess", "hold"]
|
||||
}
|
||||
"rings":["all", "adopt", "trial", "assess", "hold"],
|
||||
"showEmptyRings": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user