Fixed
Project:
Partytown 🎉
Version:
1.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Jan 2026 at 20:39 UTC
Updated:
1 May 2026 at 21:28 UTC
Jump to comment: Most recent
On Drupal 11, installing this module results in some missing schema errors at install time. Ideally, these should be remedied by fixing the schema meta data definition.
[warning] Schema errors for partytown.settings with the following errors: partytown.settings:debug.enabled missing schema, partytown.settings:fallback_timeout missing schema. These errors mean there is configuration that does not comply with its schema. This is not a fatal error, but it is recommended to fix these issues. For more information on configuration schemas, check out <a href="https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-schemametadata">the documentation</a>.
Install partytown using the installation instructions on the info page.
Improve the schema definitions so that we have a more properly defined API.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
abenbowComment #4
abenbowI recently rebased this and it is now eligible for merging,
Comment #6
abenbowMerged this. Ultimately, it appears to be low risk.