Fix missing install/schema to support configs with Recipes actions and pass Config Inspector validation

Created on 1 February 2018, almost 7 years ago
Updated 9 September 2024, 2 months ago

Problem/Motivation

I need to perform some Functional test Exception is raised: "No schema for ace_editor.settings".

📌 Provide guidance to config schema developers: detect broken config schema types Needs work

Faced issues with Recipes and simpleConfigUpdate action.
📌 Fix Varbase Editor Default Recipe to Import/Update Configs and Follow Schema with Configuration Inspector Fixed

doing something like the following in a recipe will not work

config:
  actions:
    ace_editor.settings:
      simpleConfigUpdate:
        theme: idle_fingers
        syntax: html
        height: auto
        width: '700px'
        font_size: '9pt'
        show_invisibles: false

Proposed resolution

Remaining tasks

  • ✅ File an issue
  • ✅ Addition/Change/Update/Fix
  • ✅ Testing to ensure no regression
  • ➖ Automated unit testing coverage
  • ➖ Automated functional testing coverage
  • ➖ UX/UI designer responsibilities
  • ➖ Readability
  • ➖ Accessibility
  • ➖ Performance
  • ➖ Security
  • ➖ Documentation
  • ✅ Code review by maintainers
  • ✅ Full testing and approval
  • ✅ Credit contributors
  • ✅ Review with the product owner
  • ✅ Release notes snippet
  • ✅ Release ace_editor-2.0.1

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • Issue #2941227 : Fixed missing install/schema to support configs with Recipes actions and pass Config Inspector validation
🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇮🇹Italy AndreaMaggi

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

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024