Closed (fixed)
Project:
Markdownify Content
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Oct 2025 at 11:08 UTC
Updated:
24 Oct 2025 at 18:28 UTC
Jump to comment: Most recent
Something seems not right with the config schema which was introduced in #3547314: Configuration interface.
The Config Inspector module also confirms the same issue.
> [notice] Update started: markdownify_update_10003
> [warning] Schema errors for markdownify.settings with the following errors: markdownify.settings:supported_entities.node missing schema, markdownify.settings:supported_entities.taxonomy_term 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>.
> [notice] Added default "supported_entities" configuration for supported entity types: node, taxonomy_term.
> [notice] Update completed: markdownify_update_10003
Update a site from 1.1.1 to 1.1.2.
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
mxr576Comment #4
imbatman commentedComment #5
imbatman commentedThanks @mxr576, great catch! This is now fixed, and a new release 1.1.3 includes the fix for this issue. Thanks again!
Comment #7
christophweber commented