Replies: 1 comment 1 reply
-
We have the ContentPickerField for this, hmm but take care of circular relations when rendering, but normally an Article will render its related Articles in a summary way, so normally without rendering their own related ones ;) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I'm writing an article (content type "Article") and I want refer to other articles in this article.
Of course I can create links
[Some article](https://myweb.page/some-article)
but to do that I have to know permalink of the article I want to refer. So I have to find the article in another tab, get its permalink and paste to my article. It's a bit uncomfortable
Is there any easy option to insert such links?
Beta Was this translation helpful? Give feedback.
All reactions