Vince Salvino
Vince Salvino
There are 100s of different things that would have to be try/catch, it would probably double the size of the codebase. So that is not something we are interested in....
Closing this due to inactivity. @sebastian-muthwill if you are still experiencing the problem, feel free to re-open and add new information. Thanks!
This is a loaded question, as an "article" from some other system could have an infinite possible combination of data structures. If you're coming from WordPress, I'd recommend https://github.com/torchbox/wagtail-wordpress-import. If...
Closing this due to inactivity. Feel free to re-open if you are still experiencing the issue or have any new information. Thanks!
I would recommend adding the account link/href as help text in the form. That can be rendered as html. If you need a more advanced form, consider using Stream Forms,...
Thanks for doing this work. I think this implementation may be a bit over-engineered though. I don't plan on supporting having users create drop-in replacement settings models, as that could...
Thanks, this looks great! Appreciate the tests as well! I am going to do a bit of modification and split this setting into a couple individual settings.
Hello, I have never used wagtail-localize, so I'm not familiar with how it works. But a couple checks: * Did you follow the tutorial here: https://wagtail-localize.org/stable/tutorial/2-configure-wagtail-localize/ * Despite that error...
Sorry, the navbar and NavBaseLinkBlock are not customizable. The built-in navbar is really limited, and in practice, we end up building custom navbars for each site. I'd recommend implementing a...
There's not much to it. Import what you want from `coderedcms.blocks` and add them to your streamfield same as you would with normal wagtail blocks. Complete list of blocks is...