wagtailnews icon indicating copy to clipboard operation
wagtailnews copied to clipboard

News/blog plugin for Wagtail CMS

Results 7 wagtailnews issues
Sort by recently updated
recently updated
newest added

Hi, a user with "Moderator" permisssion on our wagtail site is reporting they can't see the "News" button in the wagtail admin menu. How could I grant permission to add...

I updated the code according to - https://docs.wagtail.io/en/stable/releases/2.2.html#javascript-templates-in-modal-workflows-are-deprecated - and removed the per_page parameter which seems to be supported no more this should resolve #29

After upgrading wagtail to 2.12.4 chooser modal does not work, relevant error from stacktrace is ``` File "/.venv/lib/python3.6/site-packages/wagtailnews/views/chooser.py", line 159, in choose_modal paginator, paginated_items = paginate(request, newsitem_list, per_page=10) TypeError: paginate()...

bug

Hi, I had a hard time trying to figure out how to use wagtailnews in templates. I had to use template debugging tools to finally find out that these variables...

needs documentation

Hello! Thank you for this nice module It would be great to actualise https://wagtail-news.readthedocs.io/en/latest/setup.html I see that docs in repo are correct

Hello, In my project, I'm using Django version 5.0.6, Wagtail version 6.1 and WagtailNews version 5.2.0. I found a bug in the template, which basically prevents the fields from being...