- Go to Module builder and create a module
- Add a field of type Related media > Images
- Click Continue to finalize configuring the field
- For Display selected items on the frontend using... select Custom from the dropdown
- In the Type or Virtual path of the custom widget textbox enter the full type name of the Image gallery controller: Telerik.Sitefinity.Frontend.Media.Mvc.Controllers.ImageGalleryController, Telerik.Sitefinity.Frontend.Media
- Click Done
- Click Finish
- Activate the module
- Go and create at least one dynamic content item from the newly created type
- Type the Title and select several images for Related images field
- Go to Pages and create a page
- D&D Sitefinity Dynamic content widget
- View the page and go in the details of the item
Result:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Type 'Telerik.Sitefinity.Frontend.Media.Mvc.Controllers.ImageGalleryController' does not have a public property named 'Title'.
<sf:ImageGalleryController runat="server" Title="" UrlKeyPrefix="" ProviderName="OpenAccessDataProvider" >
Line 19: <RelatedDataDefinition RelatedFieldName="Avatar" RelatedItemType="Telerik.Sitefinity.DynamicTypes.Model.Pressreleases.PressRelease" RelationTypeToDisplay="Child" RelatedItemSource="DataItemContainer">
Line 20: </RelatedDataDefinition>
Result:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Type 'Telerik.Sitefinity.Frontend.Media.Mvc.Controllers.ImageGalleryController' does not have a public property named 'Title'.