Custom enduro admin
Hi
I'm trying to use a custom enduro admin to modify it (mainly to translate it into french) but the documentation provided on the Github homepage seems a bit outdated.
I managed to link it but I can't figure out how to launch the custom admin with the website and not the default one.
Is this still possible ? Any clues on how to do it ?
Thanks in advance
So there is something about the on the official site. Enduro Admin is just an Enduro app on top of Enduro. So you'll need to NPM Link it to your app and then you can develop against it. However I'm not 100% sure about if this means you can use a completely from-scratch app or his intention was just to allow you to customize enduro admin.
Well I already did the step of linking it. It's the step after that that I'm stuck on. When I do "enduro dev" on my Enduro app (not Enduro Admin) it launches the default admin instead the linked one (not sure if I'm clear)
Is there anyway to launch an Enduro App without the admin ? Or to tell it to launch a specific one ? Can't find anything on that (except the steps on GitHub which are clearly outdated)
Hi, just to share, I managed to customize the admin page by editing the file at node_modules/enduro/node_modules/enduro_admin/_generated/layout/main_layout/index.html
Probably not the best practice but yeah, I didn't understand how the npm link was supposed to work so this is what I did. Oh wells but it works.