- 🇦🇺Australia acbramley
It doesn't look like the language config is used at all in the module, therefore I think we remove it from the install settings instead of adding schema? There's no setting for it on the settings form.
The module has one missing schema which is reported by the Config Schema Checker after it is enabled.
1. Enable the HotJar module (/admin/modules)
2. The website encounter an unexpected error.
3. Go to Recent Log Messages and see the following error message:
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for hotjar.settings with the following errors: hotjar.settings:language missing schema in Drupal\Core\Config\Development\ConfigSchemaChecker->onConfigSave() (line 94 of /mnt/files/local_mount/build/web/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php).
Add patch for the missing schema.
Needs work
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
It doesn't look like the language config is used at all in the module, therefore I think we remove it from the install settings instead of adding schema? There's no setting for it on the settings form.