Metadata-Version: 2.4
Name: wagtail-admin-modals
Version: 0.3.0
Summary: Supports custom modal workflows for Wagtail admin
Author-email: "Nicholas Roy / FormuLearn B.V." <nicholas.roy@formulearn.org>
License: GPL-3.0-only
Project-URL: Homepage, https://github.com/FormuLearn/wagtail-admin-modals
Project-URL: Documentation, https://docs.formulearn.org/docs/projects/wagtail-admin-modals/
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=5.1
Requires-Dist: wagtail>=6.2
Dynamic: license-file

# wagtail-admin-modals v0.3.0

A lightweight library for adding rich, workflow-style modals to the Wagtail admin interface.

---
[GitHub](https://github.com/FormuLearn/wagtail-admin-modals) 
--- 
[Docs](https://docs.formulearn.org/docs/projects/wagtail-admin-modals/)
---


## Features

- **Simple**: register single-pane modals with `BaseModalView`.  
- **Tabbed**: multi-pane modals out of the box via `TabbedModalView`.  
- **Automatic** injection of all necessary JS/CSS into the admin.  
- **ButtonPanel** helper for launching modals directly from page editors.  
- **Demo**: fully working `example_site` included.

---

> *Built with ❤️ by Nicholas Roy, CTO at FormuLearn B.V.*
