Extending the Admin client

Hi,
I’m trying to find a way to extend the admin client functionality, adding new pages, models, controllers, sidebar menus and integrations but I didn’t find anything about it in the documentation neither in the search engine. How is the recommended way to do that without changing the admin client directly? My concern is about sync the admin client changes in the repository with my own changes. There is a better way?

Thanks!

There is no way to do that without modifying core directly. Once you modify core then you’ll need to manage each upgrade yourself - merging in your changes, dealing with any conflicts, and then re-building.

Thanks Kevin! I realy love what ghost blog is, since the beginning, but unfortunately, for my problem, syncing the changes frequently is not a good option. So would be a game changing feature for me if was a way to add new modules without touch the admin client code.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.