Describe the feature
Currently in 4.0, users can manually pin entries in the apps gallery to the sidebar navigation for quick access. It would be useful to also expose this behavior through the plugin SDK API — for example, by adding a pin boolean property to GenericContentSidekickArea and AppsGalleryEntry, which would pin the panel to the sidebar navigation as long as the pinned apps limit has not been reached.
Expected behavior
When pin: true is passed in a GenericContentSidekickArea or AppsGalleryEntry, the given item should be automatically pinned to the sidebar navigation as soon as it is processed by the client core.
Describe the feature
Currently in 4.0, users can manually pin entries in the apps gallery to the sidebar navigation for quick access. It would be useful to also expose this behavior through the plugin SDK API — for example, by adding a
pinboolean property toGenericContentSidekickAreaandAppsGalleryEntry, which would pin the panel to the sidebar navigation as long as the pinned apps limit has not been reached.Expected behavior
When
pin: trueis passed in aGenericContentSidekickAreaorAppsGalleryEntry, the given item should be automatically pinned to the sidebar navigation as soon as it is processed by the client core.