cofoundry-cms / cofoundry

Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development
https://www.cofoundry.org
MIT License
835 stars 146 forks source link

customize admin panel. #452

Closed sunykumar closed 3 years ago

sunykumar commented 3 years ago

How to customize admin panel side (for e.g I have try to click a Save & Publish button then Hit my custom Method .Please let me know it's possible or not ) button in cofoundry.

JornWildt commented 3 years ago

Sorry, but is rather difficult to understand what you are asking. Take a look at https://www.cofoundry.org/docs/admin-panel/dashboard-customization to see how much you can customize the dashboard (it is not much).

HeyJoel commented 3 years ago

Customizing the admin panel is not currently supported. You can fork the project and change it as you wish, but no support is offered to do that.

If you need to run some .NET code when an entity or page is saved or published then you can use the Message Aggregator to subscribe to the event.