Developer forum
Global:Page.Content([ID]) and global paragraphs
Replies
You must be logged in to post in the forum
Hi Mads,
It is known issue and has been already analyzed per ticket TFS #4022. The bug has been rejected because fixing the problem would be a very high risk fix, potentially causing infinite loops and bad performance.
Best regards,
Michael
I want to add some info.
Global paragraph will not be rendered by direct link - Global:Paragraph.Content([ID])
As workaround I propose render page by construct it from required paragraphs. For example, you can use next paragraph or page template.
Global:Paragraph.Content(19)
Global:Paragraph.Content(20)
Global:Paragraph.Content(5)
Where 19, 20, 5 are my paragraphs that I want to include to result output.
Please, note, you have to add link to original paragraph, not to Global. Global is a link to original paragraph.
You must be logged in to post in the forum