Problem/Motivation

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'

Steps to reproduce

Install the module.
Use the icon in any place you want
Check the exported config or with config inspector that will give an error.

Proposed resolution

Add the proposed code.

Remaining tasks

See above

User interface changes

None

API changes

None

Data model changes

None

Issue fork calimals-3583405

Command icon Show commands

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

tim-diels created an issue. See original summary.

jyrkimouton made their first commit to this issue’s fork.

jyrkimouton’s picture

Status: Active » Needs review