I would like to implement a dynamic filter like the one used in the admin UI for my view results but not quite sure how...
Using the admin UI as reference; admin>extend (example.com/admin/modules), you have a list of installed modules on your site. Just above the list of modules you have a filter box "filter by name or description". When the user starts typing in this box, the list of installed modules change dynamically.
I would like to add a filter like the one on the admin pages to my view page results.
I've got a custom theme that I'm using on multiple sites, the issue is I'm trying to incorporate Layout Builder and when I add a custom block that has a twig file it will not allow me to edit or delete the block. I found that some out of the box themes have patches but there is nothing that I can find for getting this to work if you have a custom theme. Can anyone point me in the right direction to get this to work with my custom theme?
I have some ads that use <script></script> that i get from a view and need to insert into a page. I made a view JSON export and tried to import them in the template with javascript, but looks like that is too late in the process. So, I instead added a views block that I imported in a custom twig template. The problem is that views surrounds the <script></script> in quoutes, so intstead of processing the script it just show the full script. I have tried to use | render | trim in twig to remove the outer quotes, but no success and I feel this is not the right solu