Closed (fixed)
Project:
Graph Mail
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2023 at 10:10 UTC
Updated:
22 Oct 2023 at 11:49 UTC
Jump to comment: Most recent
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.

| Comment | File | Size | Author |
|---|---|---|---|
| 202310_081203.png | 207.89 KB | avpaderno |
Comments
Comment #4
avpaderno