Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @RakulAgn
GrapesJs doesn't handle the whole document (yet?) but only the body |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to retrieve the
<head>
component from all pages and find the tags. The goal is to remove any existing<link>
tags that are not in my list, and add the ones that are missing. The issue I'm facing is that, even though the links are present in the<head>
, when I try to fetch them, the result is empty. What could be causing this, and what are possible solutions?Beta Was this translation helpful? Give feedback.
All reactions