From 3ca8f2f6f321d2dd3d411ec8d6176f28856d7d03 Mon Sep 17 00:00:00 2001 From: Dan Salvato Date: Tue, 6 Feb 2024 17:56:47 -0700 Subject: [PATCH] Add optional `simple` field to `SettingUi_Basic` --- src/settings/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/settings/types.ts b/src/settings/types.ts index 4b427a71..908e5117 100644 --- a/src/settings/types.ts +++ b/src/settings/types.ts @@ -166,6 +166,9 @@ export type SettingUi_Basic = { description?: string; desc_i18n_key?: string; + // Whether to show up in Simple view + simple?: boolean; + /** * Optional. If present, this method will be used to retrieve an array of * additional search terms that can be used to search for this setting.