- Issue created by @flyke
- π§πͺBelgium flyke
This was user error on my part! When trying to troubleshoot when LayoutBuilderEntityViewDisplay.php gets triggered to add the data attributes I eventually noticed that there is a sub-module edit_plus_lb that was not enabled.
I enabled the edit_plus_lb module, which fixes this error. - πΊπΈUnited States Tim Bozeman
Ahh yeah, I was wondering if it was a bad idea putting the module's integrations in sub-modules for this reason. I was debating whether or not edit+ and lb+ could be stand alone tools and opted for yes, though I'm not sure that was the right idea. Furthermore even if they can be used as stand alone we could just check if that other module is enabled where we need to and handle it without creating a sub-module. π
There's also a
lb_plus_edit_plus
sub-module... π¬ - π§πͺBelgium flyke
I do not use the lb_plus module at the moment.
just edit_plus without edit_plus_lb did not work.So even if I don't use lb_plus, I still need the edit_plus_lb module for edit_plus to work.
So maybe those two can be combined ? or what is the use case where one can use edit_plus without edit_plus_lb ?I fully support keeping edit_plus and lb_plus as two separate standalone modules so you can use one without the other.