Hi
I created Archetype field called the imagetext from there i added the two sets of datatype properties one for image and another for text,
but in view i called like
@Umbraco.Field("imagetext").but it displays like Archetype.Models.ArchetypeModel
i didn't get what i expecting , is there any possibility to get that Archetype,(I mean is there any property to call directly Archetype values Let me know Please )
Note:I am Using Normal web application i useally used to cal Alias names(by reference of Umbraco site) by way i got the result.let me know is there any posiibility to cal directly Archetype values.
Archetype
Hi I created Archetype field called the imagetext from there i added the two sets of datatype properties one for image and another for text, but in view i called like @Umbraco.Field("imagetext").but it displays like Archetype.Models.ArchetypeModel i didn't get what i expecting , is there any possibility to get that Archetype,(I mean is there any property to call directly Archetype values Let me know Please )
Note:I am Using Normal web application i useally used to cal Alias names(by reference of Umbraco site) by way i got the result.let me know is there any posiibility to cal directly Archetype values.
Hi Raja,
Welcome to our forum! Read more info abut great package Archetype - https://github.com/kgiszewski/ArchetypeManual
You have to use helpers like :
Thanks, Alex
is working on a reply...