Closed MichaelVorm closed 4 years ago
We hide all properties from the "Settings" tab by default. https://github.com/episerver/EPiServer.Labs.BlockEnhancements#inline-block-editing
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.
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.