November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
[Display(Name = "Brödtext",
GroupName = SystemTabNames.Content,
Order = 6)]
[UIHint("InheritXhtml", PresentationLayer.Website)]
[BackingType(typeof(InheritXhtml))]
public virtual string MainBody { get; set; }
Either you need to add it in admin mode, or you can have an editorsetting that returns the settings that you are interested in.
You mean some thing like this: http://world.episerver.com/Documentation/Class-library/?documentId=cms/7/1ba6d078-fd13-e4c9-4256-8c086c3e52a3
If you want to do it in code, you can look in this thread.
http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=74682&epslanguage=en
We have a custom property that works good, but when we are adding it to a page from code I can't figure out how to change the globla setting for that property. (see image (https://dl.dropboxusercontent.com/u/14161504/propertySetting.png) on what we like to change to).
We add the property to the page like this:
Is this possible to do from code or do we have to do it from admin?