The configuration schema is using the wrong root object type.

graph_mail.settings:
  type: config_entity
  label: 'Graph Mail settings'

As made clear in the Drupal 9 configuration schema cheat sheet file, for a single configuration file, the type to use is config_object, not config_entity, which is instead used when the same schema is used by multiple files.

screenshot

CommentFileSizeAuthor
202310_081203.png207.89 KBavpaderno

Comments

apaderno created an issue. See original summary.

  • apaderno committed cc3bd0e3 on 2.0.x
    Issue #3392447: The configuration schema uses the wrong type for the...

  • apaderno committed 9dc9c2a6 on 1.0.x
    Issue #3392447: The configuration schema uses the wrong type for the...
avpaderno’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.