Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

How to provide headings in between a set of properties?

Vote:
 

I want to provide headings for a set of properties present in a single tab.

How to do that?

#224148
Jun 12, 2020 9:23
Vote:
 

If grouped properties are to be used in a single tab i would advise using Local Blocks for achieving this, and than using the local block in your Page or Block Model. 

e.g. 

    [ContentType(DisplayName = "Meta Data Block", 
        AvailableInEditMode = false)]
    public class MetaDataBlock : BlockData
    {


    [ContentType(
        DisplayName = "Home Page",
        Description = "Site Home Page",
    public class HomePage : SiteBasePage
    {
        [Display(Name = "Meta Data", Order = 400)]
        public virtual MetaDataBlock MetaData {get;set;
#224152
Edited, Jun 12, 2020 9:43
Vote:
 

If local blocks do not suit your needs, check out my blog post: 

https://www.gulla.net/episerver-help-texts-improved/

These can be placed in-between other properties. You may customize this to look more like a heading if you like.

#224153
Jun 12, 2020 10:31
Tanvi - Jun 12, 2020 10:36
How to customize this? I dont want any tooltip text
Vote:
 

The blog post shows step by step, how I created this. 
There is no tooltip in the final result.

#224155
Jun 12, 2020 10:37
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* 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.