shadcn
shadcn
@sakkelaaksonen-siili can you give this a try again?
@sakkelaaksonen-siili did this work?
Adding this to the list of features to consider for #217 As a temporary solution, if you want to prevent navigation on link click inside the iframe, you can add...
@fiasco This is an interesting solution. We're using this on our own site where we have a blog landing built on the Next.js site. On Drupal, we created a temporary...
@ansdb which module are you using for layout builder and JSON:API?
You're probably using the [layout builder patch](https://www.drupal.org/project/drupal/issues/2942975). @soft4net is right. You should wrap the top `forEach` in a `Promise.all`. ```ts await Promise.all(LBPage.layout_builder__layout.forEach()) ``` You could also use a `for ......
Hi. Thanks for the feedback. The reason we don't have a body field on the `DrupalNode` is because not all node types have a body field. Example we have some...
@TheRuslan Is this still an issue with the DrupalClient?
I see. Yeah most of our implementations redirect anonymous users to the login page as well. However, I can see how a permission like "view the iframe preview" can be...
Note: This is fixed in the latest release. Anonymous users now see the live URL and do not see the secret.