I am in the process of creating a custom property editor in V16. Is it possible to expose the description entered against the property on the Document type?
In V13 you could access it via model.description in your view. In V16 I cant see the property anywhere.
Thanks @jacob that worked with the addition of the following around the observe:
if (context?.description) {}
One other thing. In V13 you could choose to hide the label when defining a new property editor within the package manifest file. Can this still be done in V16?
No, not as far as Iām aware. That is also one of the things you could do with the SendingContentNotification, so it might be something to look into adding again. The discussion for those āmissingā features is here:
I would say that SendingContentNotification was for more advanced customisations of the backoffice depending on certain conditions. Hiding the label on a property editor should still be an option. We use it for a custom label property editor that we use to display instructions to the editors.
It would be nice to still be able to do this. Is there any other way this could be achieved with the currently released code?
It needs to be a UI option, which is why it is not currently possible. We are still in the process of trying to map and process all previous āsecretā options and use-cases you had from notifications and undocumented options.
Well⦠I cannot fully endorse this, but your screenshot resembles Editor Notes from Contentment, and it seems Lee has found a way on his 6.x branch: