In the documentation is mentioned that the display type can be:
Controls the appearance of the menu item. One of “MENU_ITEM”, “TEXT”, “BUTTON”, “INPUT” or “INPUT_GROUP”. Default is “MENU_ITEM”.
But there is also available the type “IMAGE”. I can not see how this should be configured (where to set the image you want to use.
Is this supported and if so how to ste this / is there an example?
ProRM
August 11, 2022, 6:32pm
3
Hi Patrick,
Where do you see the “IMAGE” option for the content type for the Navbar, except for the Logo?
Regards,
Hi,
Here you go:
[attachment=0]Schermafbeelding 2022-08-13 om 12.46.14.png[/attachment]
Hi Patrick,
you can use type IMAGE when the dataprovider you use for the same menuItem is a MEDIA type.
Possible use case: show the picture of the logged user which you may store in DB.
Regards,
Paolo