André Camacho
André Camacho
+1 EDIT: Sorry for that, will use reactions from now on !
Same issue here, and can't fix it with a refresh on my listView. Any clues ?
Same here, possibility to have a docker image build and in registry ? That would make things so easy.
Not stale, have the same problem. We can customize `body` for example, but not elements that are styled inline. Thanks
> Without that happening, custom CSS appears entirely useless: the only things it has access to change are things you can already control such as the background image for a...
Another way (probably better) to say it is that I have to declare in parent theme the Timber::$dirnames like this 👍 ``` if ( is_child_theme() ) { Timber::$dirname = array(...
Thanks for your reply, good idea ;)
> > Check the wiki. > > The wiki in github? It is empty except for a one line message. I did not see anything in the readme that talked...
Same issue here, any information ? Don't really want to modify by hand my NestMailerModule. But if it's really needed ...
> My solution is to overwrite `/usr/src/app/packages/hoppscotch-backend/dist/mailer/mailer.module.js` with the script below. It effectively replaces the section using `MAIL_SMTP_URL` env variable with the env variables below, allowing for more flexibility in...