Upcoming post menu changes - How to prepare themes and plugins

The removal of widgets has been underway for a couple of years, and we hope to finalize it in the next few months. So I don’t think we’ll be making any changes to the underlying system before then.

Have you tried the Ember Inspector? I think it should solve the problem you describe, and will even show Ember components that aren’t currently rendering any DOM elements.

As of very recently, this version number is not required. You can do

export default apiInitializer((api) => {

or

withPluginApi((api) => {

We’ll be getting the docs updated with that change soon. The modern preference for managing version intercompatibility is the .discourse-compatibility file which @Arkshine mentioned:

4 Likes