Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have one project in umbaco 7.4 and i will do the implementation this example : https://our.umbraco.org/projects/developer-tools/1-1-multilingual-example/
Now i have some problems because this project has used another moder builder https://www.nuget.org/packages/uSiteBuilder/2.0.1
This is a probleme:
[DocumentType] public class BasicType : DocumentTypeBase { [DocumentTypeProperty(UmbracoPropertyType.TrueFalse,Alias = "umbracoNaviHide",Description = "Use this option to hide this node from navigation",Mandatory = false,Tab = Tab.Settings)] public bool Hide { get; set; } [DocumentTypeProperty(UmbracoPropertyType.Textstring, Mandatory = true, Tab = Tab.Content)] public string MetaTitle { get; set; } }
Now I need add the property public Newsdetached News but now with the property of Vorto : textString or another.
public Newsdetached News
How would i will do this?
Hi Robson,
Why did you decide to use uSiteBuilder?
Cheers
Hi Alex,
Because it is very easy and this is a legacy project. He Have a structure test and injection dependency. what do you think about ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
1-1 multilingual example - uSiteBuilder
I have one project in umbaco 7.4 and i will do the implementation this example : https://our.umbraco.org/projects/developer-tools/1-1-multilingual-example/
Now i have some problems because this project has used another moder builder https://www.nuget.org/packages/uSiteBuilder/2.0.1
This is a probleme:
Now I need add the property
public Newsdetached News
but now with the property of Vorto : textString or another.How would i will do this?
Hi Robson,
Why did you decide to use uSiteBuilder?
Cheers
Hi Alex,
Because it is very easy and this is a legacy project. He Have a structure test and injection dependency. what do you think about ?
is working on a reply...