I have Content Delivery API set up which works fine. However I have below need:
My Page type has a Content Reference property that takes a specific Block type. Currently when I fetch the page, I get this property value as null.
How do I show the details of Block properties in the response:
Ex: PageType --> NewsPage which has a Content Reference property as MediaData that takes a BlockType as VideoBlock.
I need to be able to show the properties of VideoBlock when the page is queried or fetched.