Active
Project:
Entity log
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2022 at 19:18 UTC
Updated:
4 Jan 2024 at 11:06 UTC
Jump to comment: Most recent
When the module is configured, it creates a configuration object that stores the configured entities in the form of:
[entity_type]:
[bundle]:
fields:
field1: 0
field2: 0
..
fieldN: 0
The schema for this should be defined in the config/schema/entity_log.configuration.yml file.
N/A
Define the schema file.
Comments
Comment #2
anybodyI agree this needs to be fixed. https://www.drupal.org/project/config_inspector is very helpful to find wrong schemas and helps to fix it.