mauzilla
11/01/2023, 1:17 PMhuwred
11/01/2023, 1:21 PMmauzilla
11/01/2023, 1:22 PMhuwred
11/01/2023, 1:27 PMcs
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<ContentModels.YOURMODELNAME>
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels;
This gives you access to your nodes data, you can then use Model.MyProperty to get the values to assign for link/size etcmauzilla
11/01/2023, 1:28 PMmauzilla
11/01/2023, 1:29 PMmauzilla
11/01/2023, 1:29 PM