/
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
content_type
content_type
More like this
Abstract ContentObject
Abstract ContentObject
More like this
Content model
Content model
Read with this
Content Field
Content Field
More like this
Content Fields: References
Content Fields: References
More like this
Content Type kind: Abstract Content
Content Type kind: Abstract Content
More like this