Replies: 1 comment 1 reply
-
@Eaglef90 ListPart can contain other content items. Like content item blog has list part that can contain content items BlogPost. Here all content items are store separate documents. Another part OC provides is BagPart that can also contain other content items, however here all content items are stored as single document |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to generate a tabled list of 3 columns, "Name, Date, Location". I was going to create my own Content Part to do this but then I saw a built in list part. Problem is I can't figure out how to apply that content part to what I want to do. I looked at the documentation and it makes me think this built in part is purly for listing content types (i.e. Blog Posts in a Blog site). Do I need to roll my own content part or am I missing something on how the list part works and if I am can someone tell me how to make it work for what I am looking for?
Beta Was this translation helpful? Give feedback.
All reactions