Question

So let's say I have a content_type RichTextContent which is registered to Page.

Can I render attributes of the Page instance in the template of the RichTextContent content_type?

Was it helpful?

Solution

Yes, all content instances have parent attribute, this refers to Page instance.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top