move magic values to configuration file

This commit is contained in:
2026-07-17 13:46:12 +02:00
parent c3d4c2a660
commit fefb45505c
5 changed files with 57 additions and 32 deletions
@@ -1,5 +1,5 @@
export interface IElixFormsComponentProperties {
isDarkTheme: boolean;
isDarkTheme?: boolean;
userDisplayName: string;
additionalFieldsJson?: string;