- Issue created by @martins.bruvelis
- Status changed to Needs review
7 months ago 12:34pm 1 June 2024 - 🇸🇦Saudi Arabia martins.bruvelis Thuwal
Added new configurations based on Views Override View Mode → .
Integrate block configuration overrides from Chaos Tool Suite → (drupal/ctools) and Views Override View Mode → (druapl/views_override_viewmode) such as:
Combining Contextual filter, View mode, Sorting, Item per page, and pager allows all content editors to create visually stunning page designs that embed structured Drupal content (Events, Articles, Profiles, ...) via easy-to-use WYSIWYG Gutenberg editor.
Current override options do not include the ability to configure entity render view mode, and there are issues with configuring multi-step sorting.
Class extends "CtoolsBlock" instead of "Block". Integrate View mode configuration based on Views Override View Mode → .
Rewrite Views Override View Mode → by jpoesen → to add override options to `views_block_override` block instead of sytem `block`.
Additional block configuration overrides:
I suggest removing duplicate override configuration options and keeping a more intuitive Ctools soring. This would also reduce the module maintenance, reducing the number of custom configuration overrides that need to be maintained in this module. However, backward incompatible changes would need to be scheduled for the next major release.
Integrates issue #3409785 🐛 Deprecated function: Creation of dynamic property Drupal\views_block_override\Plugin\views\display\ViewsBlockOverride::$block is deprecated Needs work patch, to resolve $block is deprecated error.
Needs review
1.2
Code
Added new configurations based on Views Override View Mode → .