Hello world!
I have a question about the design of properties in epi .in the mode “all properties”.
Properties type are seen :
String :
ISelectionFactory:
Date Time:
Html :
But in “on page editing” the properties are seen :
Date time :
And after click on text box , open popup :
DateTime:
ISelectionFactory:
Block :
Html:
After click to text box open the “button”:
Can we change the in “on page editing” properties to look like the “all properties” mode ?
(that will not open popup)
We add the property to index.cshtml :
Ex: @Html.PropertyFor(n => n.CurrentPage.MainPicture)
Thanks.