Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top