- Issue created by @Liam Morland
When running functional tests, I am seeing this exception:
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for webform.settings with the following errors: webform.settings:ui.description_help_disabled missing schema
Run tests based on BrowserTestBase and install config using ::configImporter()
.
description_help_disabled
is not a real config key, but it appears as an array key in WebformAdminConfigAdvancedForm
.
Remove use of this key. Perhaps instead of a separate version of description_help
when tippyjs
is not available, use the same component but have it disabled.
Implement.
None.
None.
None.
Active
6.3
Code