You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like this module to support third party modules so I can publish what's new content for my module and users can use this module to retrieve it.
A module would need to indicate that it supports this feature and ideally pull the content from a url. The easiest way I can think of is adding a module manifest key in PrivateData section with the url.
Summary of the new feature / enhancement
I would like this module to support third party modules so I can publish what's new content for my module and users can use this module to retrieve it.
Proposed technical implementation details (optional)
A module would need to indicate that it supports this feature and ideally pull the content from a url. The easiest way I can think of is adding a module manifest key in
PrivateDatasection with the url.