Contents of config/ngrok_drupal.schema.yml are:

ngrok_schema.settings:
  type: config_object
  mapping:
    domain:
      type: string
      label: 'Ngrok Domain'

It should be:

ngrok_drupal.settings:
  type: config_object
  mapping:
    domain:
      type: string
      label: 'Ngrok Domain'

I discovered this today when I opened the Config Inspector overview for the first time and was shocked when this module caused the page to crash with an exception. My mistake when I submitted the addition of this file a few weeks ago. Apologies.

Comments

lpeabody created an issue. See original summary.

lpeabody’s picture

Assigned: lpeabody » Unassigned
Status: Active » Needs review
StatusFileSize
new321 bytes

Patch attached.

  • Marko B committed 6b9e496 on 8.x-1.x authored by lpeabody
    Issue #3127002 by lpeabody: Incorrect schema definition
    
Marko B’s picture

No problem, thnx for patch, commited

Marko B’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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