- Issue created by @sorlov
- Status changed to Needs review
9 months ago 6:41am 26 February 2024 - 🇷🇺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.