/
content_object
content_object
Abstract Content Object. Received inside a collection when calling content_objects.[:content_type_name]
on Site
content_object.referenced_in_[content_type]_as_[content_field]
If the content_object is referenced elsewhere, you can query on which objects by calling this. E.g. when the content_object is referenced from a reference ContentField named categories
on another ContentType named blog_posts
, you would call content_object.referenced_in_blog_posts_as_categories
. Which would return all Blog Posts where the content_object was referenced as a category.
, multiple selections available,
Related content
site
site
More like this
content_type
content_type
More like this
Content model
Content model
Read with this
collection
collection
More like this
post
post
Read with this
posts_collection
posts_collection
More like this