Try our conversational search powered by Generative AI!

Using PageTypeBuilder add property to EPiServer tab.

Vote:
 

Hi.

Does anyone know how to add new property using PageTypeBuilder to existing in EPiServer tab. (EX: "Settings", "Shortcut" etc.)

 

Thanks in advance.

#50056
Apr 11, 2011 16:32
Vote:
 

Found solution.

In the EPiServer DB table [tblPageDefinitionGroup] tabs have different names (EX: "Settings" - "Advanced"; "Content" - "Information"). And there should be exact match in builder's tab name

public class AdvancedTab : Tab
    {
        public override string Name
        {
            get { return "Advanced"; }
        }

....

}

#50067
Apr 12, 2011 8:38
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.