Skip to content

Commit

Permalink
Add README skeleton for adapter explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed Apr 18, 2024
1 parent 984c032 commit 2e724b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Wagtail FEdit is a library to allow your Wagtail pages and content-blocks to be
- [Workflows](#workflows)
- [Logs](#logs)
- [Caveats](#caveats)
- [Adapters Python](#adapters-python)
- [Adapters Javascript](#adapters-javascript)
- [Hooks](#hooks)
- [Construct Adapter Toolbar](#wagtail_feditconstruct_adapter_toolbar)
- [Register Type Renderer](#wagtail_feditregister_type_renderer)
Expand Down Expand Up @@ -198,6 +200,14 @@ Our new loop would then be:
{% endfor %}
```

## Adapters Python

* TBA

## Adapters Javascript

* TBA

## Hooks

### wagtail_fedit.construct_adapter_toolbar
Expand Down

0 comments on commit 2e724b6

Please sign in to comment.