Define RASPI_PLUGINS_ENABLED, add condition to template

This commit is contained in:
billz
2025-02-04 23:44:04 -08:00
parent 5fbafeb455
commit 0efbe2b326
3 changed files with 6 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ $defaults = [
'RASPI_SYSTEM_ENABLED' => true,
'RASPI_MONITOR_ENABLED' => false,
'RASPI_RESTAPI_ENABLED' => false,
'RASPI_PLUGINS_ENABLED' => true,
// Locale settings
'LOCALE_ROOT' => 'locale',