Needs review
Project:
Calimals
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2026 at 08:40 UTC
Updated:
10 Apr 2026 at 08:30 UTC
Jump to comment: Most recent
The module is not providing a config schema which can lead to incorrect situations for config. After talking this through with Grimreaper on Slack we came to the conclusion the next code should be added:
ui_icons.icon_pack_options.calimals:
type: mapping
label: 'Calimals settings'
constraints:
FullyValidatable: ~
mapping:
size:
type: integer
label: 'Size'
Install the module.
Use the icon in any place you want
Check the exported config or with config inspector that will give an error.
Add the proposed code.
See above
None
None
None
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 #4
jyrkimouton commented