Try our conversational search powered by Generative AI!

Block type tool tip

Vote:
 

Hi,

Episerver uses tool tips to display short information about page name, ID number and page template type in the left tree structure. But the tool tip used on blocks only display the block's name, which is displayed anyway. I should prefer Epi to display the block type in the tool tip instead. Can we do that ourselves or do we have to request it from you to change it?

#189562
Mar 20, 2018 16:24
Vote:
 

I see the ID and Type in the title tooltip for blocks on both version 10 and 11.

Which version are you running?

#189580
Mar 20, 2018 22:35
Vote:
 

We are running version 9.9. But it's the same on the demo site (http://alloy.episerverdemo.com/). That must run a newer version, or? I want to easily see what type of blocks there are in a content area without having to preview or open them.  

#189601
Edited, Mar 21, 2018 10:17
Vote:
 

Ah... I see the tooltip with ID and type when hovering in the block assets pane but not in a content area where it's only the name that pops up for me as well.

I would consider this a bug.

#189622
Mar 21, 2018 13:58
Vote:
 

I Have the same Issue, I tried several things to get it diplayed in a content area, but no result. Did anyone find a solution for it?

#190329
Apr 09, 2018 15:07
Vote:
 

I do not think anyone has reported it as a bug.

I will ask the Epi staff about it

#190330
Apr 09, 2018 15:48
Vote:
 

This should do the trick for you in the meanwhile.

https://world.episerver.com/blogs/Per-Magne-Skuseth/Dates/2017/2/content-inspector/

#190343
Apr 09, 2018 19:13
Vote:
 

Thank you Aniket, i installed the Add-on, its very useful really, iT Shows the ContentType, which is good, but no ID is showen:-(

#190383
Apr 10, 2018 13:39
Vote:
 

Hi Rajaa,

You can fork the repo and modify the code below. The viewmodel does have the ID property, so this is the only file you will need to modify.

https://github.com/BVNetwork/ContentInspector/blob/master/Views/ContentInspector/InspectorContent.ascx

#190405
Apr 10, 2018 15:26
Vote:
 

No need to fork. You could simply use the Inspectable attribute:

        [Inspectable]
        public int ContentId => this.ContentLink.ID;

and it will display the ID

#190410
Apr 10, 2018 15:36
Vote:
 

There is now a bug reported for this issue

https://world.episerver.com/support/Bug-list/bug/CMS-10290

#190545
Apr 11, 2018 19:34
* 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.