Missing config schema for Go Back block

Created on 26 February 2024, 9 months ago

Go Back Block has a lot of settings provided, but it is completely missing config schema definition.

So it fail config schema validation by Config Inspector module.

Need to provide proper schema for block settings.

🐛 Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

🇷🇺Russia sorlov

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

Comments & Activities

  • Issue created by @sorlov
  • Status changed to Needs review 9 months ago
  • 🇷🇺Russia sorlov

    To provide correct and clear config schema I have to made next refactoring in GoBack block:

    1) I move config entities settings to separate content_entities key, so they can be described correctly in config schema.

    2) For particular_path settings I have used the same structure of data as for config entities, to have quick_display, smart_mode and go_back settings everywhere.

    3) Refactored getQuickDisplayBuild() function to use configuration array for current path or entity directly.

Production build 0.71.5 2024