Admin theme

This commit is contained in:
Mork Swork 2026-05-12 17:38:52 -07:00
parent 81c82c3da8
commit 1a5ece3f7d

View file

@ -24,6 +24,7 @@ if [ "$HAS_TABLES" = "1" ]; then
$DRUSH config:import -y 2>/dev/null && \
echo "[entrypoint] Config imported." || \
echo "[entrypoint] No config to import, continuing."
$DRUSH theme:enable claro_compact -y
else
echo "[entrypoint] Fresh database, installing Drupal..."
$DRUSH site:install standard \
@ -43,8 +44,6 @@ else
echo "[entrypoint] Setting themes..."
$DRUSH theme:enable olivero claro_compact
$DRUSH config:set system.theme default olivero -y
$DRUSH config:set system.theme admin claro_compact -y
echo "[entrypoint] Themes set."
if ls /var/www/html/config/sync/*.yml >/dev/null 2>&1; then