umco / umbraco-stacked-content

Stacked Content for Umbraco 7

Home Page:https://our.umbraco.org/projects/backoffice-extensions/stacked-content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use ConfigureForDisplay to hideLabel

mattbrailsford opened this issue · comments

I'm not sure if we are hiding the label if someone selects to hide it in the prevalue. Either way, we should be using ConfigureForDisplay like we do in nested content https://github.com/umco/umbraco-nested-content/blob/develop/src/Our.Umbraco.NestedContent/PropertyEditors/NestedContentPropertyEditor.cs#L105

Wondering if this is one of those that could belong in Inner Content?
No pressure on that, just a passing thought.

I did ponder that myself. I think for the time being I'm happy to leave IC as just managing anything to do with content types as otherwise it could become a dumping ground for "useful" functions.