0b857ef444f68f3ad3861014e6042a9637eb85c3
dashboardapiConfig.json declares `logging.enabled.default: true` but: - dashboardapi.html defaulted `enableLog: false` - src/specificClass.js `_buildConfig` used `Boolean(...)` which coerced undefined to false, overriding the schema default. Aligned both to the schema: HTML default = true; _buildConfig now uses `?? true` so an unspecified config follows the schema. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
convert
Makes unit conversions
Description
Languages
JavaScript
85%
HTML
15%