-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refs remain unparsed when requesting cross-site #92
Comments
It seems that the However, since I don't think the siteId is saved as part of the ref, this may be a larger, more systemic issue… |
Related: #53 |
No action at the time, waiting for this to be fixed on Craft level. |
This is resolved in Redactor 2.5 thanks to @steverowling’s PR! (2.5 requires Craft 3.4 RC1+) |
Example:
myRedactorField
contains a link to an element onsiteA
(e.g.<a href=\"{entry:2581:url}\">
)Twig template
text.twig
:Now request
siteB.com/test.twig
.The content is returned with the link ref unparsed.
Same issue:
markhuot/craftql#157
The text was updated successfully, but these errors were encountered: