Replies: 3 comments
-
Hi, were you able to figure out this problem? I recently encountered the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently templates are not supported for overwrites only static files |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi I saw in release 0.23.1 this feature is now active and enabled... thank you very much, it works well |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm wondering how exactly I can overwrite html templates
Setup:
docker-compose.yml:
settings.yml
I added the file
/src/custom-files/templates/fragment/navbar.html
but my changes are not visibleUpdating CSS works, my updated file
/src/custom-files/static/css/generals.css
overrides the original oneI also tried following paths but they also do not work
Anyone has an idea how to manage that?
Thanks a lot :)
Beta Was this translation helpful? Give feedback.
All reactions