- πΊπΈUnited States scottsawyer Atlanta
I just installed this module, trying to figure out how it works by reviewing the repo because the scarce documentation, and I immediately get errors (fresh D10, layout_builder enabled).
Error: Call to undefined method Drupal\layout_builder\SectionComponent::getThirdPartySetting() in Drupal\tailwindcss_utility\EventSubscriber\SectionSubscriberRenderArray->onSectionComponentBuildRender() (line 19 of /app/web/modules/contrib/tailwindcss_utility/src/EventSubscriber/SectionSubscriberRenderArray.php)
Looking at the heddn/install_profile, there are several core patches that look related. Are all of the patches in composer.patches.json required to get this module to work? It would be fantastic to have any required patches listed on the module page / readme in addition to the basic setup and description of how to use it.
Also, it would be great if there were more help / descriptions on the configuration form. I am not sure why I need to add classes, are these for classes not available in TailwindCSS, or the classes in TailwindCSS that I want added to every page? An example or two to help someone get started would be nice.