Needs work
Project:
Page Manager
Version:
8.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jun 2016 at 18:50 UTC
Updated:
27 Sep 2023 at 04:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
huzookaPatch attached.
Comment #4
sneha_surve commentedComment #5
hardikpandya commentedAdded patch.
Comment #6
joville commentedI found this following issue which means that there is a plan to remove #theme_wrappers in core: https://www.drupal.org/node/2714509
Comment #8
huzookaTests fails happen because of the xPath() except only the "block-region-top" CSS class.
My problem is about that I should be able to alter the wrapper (or remove it completely if I want to). With this patch, the regions of the PageBlockDisplayVariant would get "real" regions, which means that e.g. they get pre-processable by
template_preprocess_hook(). But that also means that they get further classes (regionandregion-top) and the xPath() wont found what it searches for.So, because of that, I'd change xPaths to cssSelects.
Do you have any kind of feedback what should I do?
Comment #10
kostyashupenkoMy related comment for
Panelsmodule https://www.drupal.org/project/panels/issues/2820617#comment-15243637Comment #12
kostyashupenkoI removed hardcoded wrappers