I have a Property Editor for a slide show. The editor has three properties.
model.value.image
model.value.headline
model.value.subtext
I added the Editor into a Document Type, Saved and built the models.
I'm using Visual Studio and cannot see the slideShow properties using @Model.Content. The other page's properties are accessible through VS intellisense.
Does Models Builder not work in this situation? Will the page need to access data using @Currentpage.slideShow.headline?
Models Builder Custom Property Editors
I have a Property Editor for a slide show. The editor has three properties.
I added the Editor into a Document Type, Saved and built the models.
I'm using Visual Studio and cannot see the slideShow properties using @Model.Content. The other page's properties are accessible through VS intellisense.
Does Models Builder not work in this situation? Will the page need to access data using @Currentpage.slideShow.headline?
@Model.Content.SlideShow does show the JSON
Thanks.
is working on a reply...