episerver / EPiServer.Labs.BlockEnhancements

Block enhancements for CMS UI.
26 stars 9 forks source link

Properties not shown in inline edit mode when using episerver default tabs (SystemTabNames) #62

Closed MichaelVorm closed 4 years ago

MichaelVorm commented 4 years ago

Hi!

First of all, we are using this cool module in our episerver project and think it is awesome! However, I have noticed that whenever we have a property for a block with display GroupName set to one of the default episerver tab names, the property will not be displayed when creating a new block.

[Display(Order = 10, Name = "A cool setting", Description = "Test test", GroupName = SystemTabNames.Settings) // This makes the property hidden from the inline edit mode ]

Now, if we change the GroupName to something custom and not default, it works fine and the property is shown correctly in the inline edit mode.

barteksekula commented 4 years ago

We hide all properties from the "Settings" tab by default. https://github.com/episerver/EPiServer.Labs.BlockEnhancements#inline-block-editing image

However all this is configurable. If you wish to see properties from the "Settings" (Advanced) tab then you can just override the default and leave an empty string there.