0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/extending/index.md
LB Johnston 8002e75775 Documentation - Add initial Stimulus docs
- Move extending React to new extending client-side page within advanced topics
- Add general extending JavaScript / client-side overview
- Prepare initial Stimulus usage documentation
- Resolves #10197
- Apply suggestions from code review - Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-10-19 07:28:27 +01:00

26 lines
736 B
Markdown

# Extending Wagtail
The Wagtail admin interface is a suite of Django apps, and so the familiar concepts from Django development - views, templates, URL routes and so on - can be used to add new functionality to Wagtail. Numerous [third-party packages](https://wagtail.org/packages/) can be installed to extend Wagtail's capabilities.
This section describes the various mechanisms that can be used to integrate your own code into Wagtail's admin interface.
```{toctree}
---
maxdepth: 2
---
admin_views
generic_views
template_components
forms
adding_reports
custom_tasks
audit_log
custom_account_settings
customising_group_views
custom_image_filters
extending_client_side
rich_text_internals
extending_draftail
custom_bulk_actions
```