Questions tagged [wagtail-snippet]

72 questions
2
votes
1 answer

Wagtail Snippets permissions per group

I have a Wagtail site where every group can work on a different page tree, with different images and documents permissions. That is a multisite setup where I am trying to keep sites really separate. Is that possible to limit the snippets permissions…
carloratm
  • 73
  • 5
2
votes
2 answers

Django Query Sort by Value of String

I have a model that allows my client to create menus for his restaurant. Everything works great except I would like to set the explicit ordering by the string value of a model. For instance; he is creating sections like Salads, Pastas, Pizzas…
Charles Smith
  • 3,201
  • 4
  • 36
  • 80
2
votes
1 answer

Extending Hallojs in Django Wagtail With Edit Source Button

I've been abel to add an an 'Edit Html' source button to my editor with the following hook: @hooks.register('insert_editor_js') def enable_source(): return format_html( """