Missing Config Schema

Created on 3 October 2024, 9 months ago

Problem/Motivation

The module is missing a config schema, which is generating an error with configuration inspector about the configuration key not being defined.

Steps to reproduce

Install configuration inspector along with change author action. Check the status report.

Proposed resolution

Add a config file, change_author_action.schema.yml in config/schema, something like:

action.configuration.change_author_action_base:
  type: config_object
  label: "Change author action"
  mapping:
    configuration: {}

I'm only beginning to understand the config schemas, so there might be a better version, but that did get rid of the error.

🐛 Bug report
Status

Active

Version

1.1

Component

Code

Created by

🇨🇦Canada ryanrobinson_wlu

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024