Replies: 1 comment 9 replies
-
AFAIK |
Beta Was this translation helpful? Give feedback.
9 replies
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 want to create a ContentPart similar to ListPart, but with a key difference: instead of creating new content items, it should list existing content items of the selected ContentType.
For example, consider a Blog content type with a ListPart that is configured to include BlogPost. Currently, it only displays BlogPosts that have been manually created within the Blog. Instead, my custom ContentPart should automatically list all existing BlogPosts, regardless of where they were created.
I have shared some screenshots for reference.
However, if I create a BlogPost directly from the BlogPost content type, it will not be displayed under Blogs (as indicated by the red mark).

I don't want to achieve this using Workflows because, if I update the fields of BlogPost in the future, I would need to update the workflows and rerun them again.
Could you please guide me on the best approach to creating a custom ListPart as a feature?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions