Gottwik / Enduro

Minimalistic, lean & mean, node.js cms
http://www.endurojs.com/
MIT License
690 stars 120 forks source link

Admin Login Panel Customization #181

Open ryanhmaas opened 6 years ago

ryanhmaas commented 6 years ago

I looked around but didn't see anything in the docs regarding the admin login panel - is it possible to customize (or override) the login UI, including the logo? Apologies if I missed it.

rnlambert7 commented 6 years ago

Yes. There are two main ways depending on how you wish to customize it. The admin panel itself is an Enduro app so you can head to its github and check it out. There are instructions on how to npm link it so that while running it separately your current project uses it.

The other way is to use the admin extensions functionality. Inside the example app you can see an example of a js file inside assets/admin_extensions that gets called on the admin. This would be useful if you just need to override something or add something small.