gctGenerator/site/.vuepress/data/presetCategories.json
Matteias Collet 527ed6fbc5
Presets and categories (#73)
* add code categories

* add exclusives and dependencies

* add code selection presets

* remove standard category from some codes

* remove presets from nozzle lock

* reset preset selection on select & unselect stage loader

* update some translations

* remove stage loader from selection when changing versions

* add stage loader help text & warn when changing version if a code is selected

* prevent selecting disabled codes

* drop yarn in favor of npm

* Update Codes.xml

* reset code preset select on cancel

* minor style changes
2021-10-10 15:45:53 +02:00

22 lines
430 B
JSON

[
{
"identifier": "standard",
"i18nKey": "generatorconfig.presets.standard"
},
{
"identifier": "recommended",
"i18nKey": "generatorconfig.presets.recommended"
},
{
"identifier": "il",
"i18nKey": "generatorconfig.presets.il"
},
{
"identifier": "fap",
"i18nKey": "generatorconfig.presets.fap"
},
{
"identifier": "hfsetup",
"i18nKey": "generatorconfig.presets.hfsetup"
}
]