pub fn settings_schema() -> Vec<SettingsField>Expand description
The Rust-owned settings schema: the ordered list of display-settings fields,
grouped, analogous to the kernel feature schemas. Adding a field here (plus
its apply_json/to_json handling) makes the whole UI grow a widget for it
with ZERO renderer changes.