Shows every configSchema field type the game accepts: boolean, number, and choice.
- Enable the mod.
- Load a save (or continue).
- Look for the toast with the current setting values.
- Open Options → Mods → Settings.
- Change Toast on change, Volume, Retry count, or Priority.
- Look for a toast (when enabled) and a console line on each change.
- boolean — Mod enabled, Toast on change
- number with min/max — Volume (slider + number box)
- number without min/max — Retry count (number box only)
- choice — Priority (select list: Low / Normal / High)
There is no free-text string type and no enum type. Use choice for a fixed set of string values.
Full reference: docs/config-schema.md.
Copy examples/api/settings/ to src/<your-mod>/. Keep the fields you need in modinfo.ts. Set id, name, author, and description.