Use webpack entrypoints for bootstrap and bootswatch themes

This allows us to utilize the webpack versioning mechanism, to avoid display issues, when upgrading bootstrap
This commit is contained in:
Jan Böhmer 2023-02-01 22:58:39 +01:00
parent 5c303225d7
commit 489b3e2c21
31 changed files with 541 additions and 71 deletions

View file

@ -69,8 +69,8 @@ class User extends AttachmentContainingDBElement implements UserInterface, HasPe
public const ID_ANONYMOUS = 1;
public const AVAILABLE_THEMES = ['bootstrap', 'cerulean', 'cosmo', 'cyborg', 'darkly', 'flatly', 'journal',
'litera', 'lumen', 'lux', 'materia', 'minty', 'pulse', 'sandstone', 'simplex', 'sketchy', 'slate', 'solar',
'spacelab', 'united', 'yeti', ];
'litera', 'lumen', 'lux', 'materia', 'minty', 'morph', 'pulse', 'quartz', 'sandstone', 'simplex', 'sketchy', 'slate', 'solar',
'spacelab', 'superhero', 'united', 'vapor', 'yeti', 'zephyr'];
/**
* @var bool Determines if the user is disabled (user can not log in)