fix(cli): add missing response key to custom theme text schema (#25822)

Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com>
This commit is contained in:
Gaurav Dubey
2026-04-27 20:31:30 +05:30
committed by GitHub
parent 42587de733
commit 743518e1b8
3 changed files with 31 additions and 0 deletions
@@ -3278,6 +3278,7 @@ export const SETTINGS_SCHEMA_DEFINITIONS: Record<
secondary: { type: 'string' },
link: { type: 'string' },
accent: { type: 'string' },
response: { type: 'string' },
},
},
background: {