glanzel
glanzel
are there any news about this feature ?
my solution was to add custom link handlers to wagtail_hooks and make sure that my newsletter app gets called after birdsong in the settings. That seems to work. But it...
good advice. i changed it as you suggested. instead of `@hooks.register('register_rich_text_features')` i could use `@hooks.register_temporarily('register_rich_text_features')` so it only affects the rich text fields in the birdsong campaing. but then i...
Hi I just tested it again. Still works for me. I use it like that: `class ACampaign(Campaign): body = StreamField(DefaultBlocks()) panels = Campaign.panels + [ StreamFieldPanel('body'), ]` When i use...
If doing so i would suggest to use anymail (https://github.com/anymail/django-anymail) as they include severall service mail provider. (The free 100 SendGrid Email a day wont fullfill my needs for example)
Hej, thanks for your great work. Are there plans to make it compatible with the latest wagtail version ? That would be great.
such a feature would be great
@dabch: did it work? that would be great.