Vince Salvino

Results 220 comments of Vince Salvino

We don't have a schedule of future releases. Generally we try to adapt new versions of wagtail as soon as possible, whenever we get a moment of time! This sometimes...

You can simply import the blocks into your existing wagtail pages, and add them to your streamfields. ```python from coderedcms.blocks import ... ``` Steps for adding CRX to an existing...

Unfortunately not. The "track button clicks" is implemented on the CRX button block, and the tracking codes in general are in our template which is included with CRX `base.html`. However...

Hello - I cannot replicate this issue. A couple things to look for: 1. Do you have any custom CSS being added to the wagtail admin? 2. Do you have...

Closing this due to inactivity. Feel free to re-open if new information arises.

Hello - sorry for missing this issue previously. Wagtail has added a "group" argument to `StreamBlock`, which you can use when defining your own StreamField / StreamBlocks. https://docs.wagtail.org/en/latest/reference/streamfield/blocks.html#block-options

Closing this due to inactivity. Feel free to re-open if new information arises.

Regarding fallback - I think a fallback is needed to support existing sites. * Add new alt text field to Image model. * Use a getter method to generate the...

Thanks, definitely document `default_alt_text` as part of the upgrade considerations! My perspective - almost all sites are using the stock Image model. And most sites have thousands or tens of...

That sounds great - thanks for the detailed reply.