Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- // Feature flags compilati nel bundle. Modifica e ricostruisci (npm run build) per applicare.
-
- export const EXTERNAL_LINK_ENABLED = true;
-
- // Font di default se il portale non ne ha impostato uno.
- // Lascia stringa vuota per usare il font di sistema (Arial).
- // Per usare un font, scrivi il nome esatto del file presente in data/fonts/ (es. "Geist-Variable.woff2").
- export const DEFAULT_FONT = '';
|