Skip to content

Commit

Permalink
Remove duplicated copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Dec 19, 2023
1 parent 820346b commit b6033ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-docs/plugins/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ After logging in, find the "Plugins" link in the menu on the left and click on i

## Adding a plugin manifest

Misago will display a message next to our plugin that its missing a manifest in it's `misago_plugin.py` file. Plugin manifest is an instance of `MisagoPlugin` dataclass populate with plugin's data.
Misago will display a message next to our plugin that it's missing a manifest in its `misago_plugin.py` file. The plugin manifest is an instance of the `MisagoPlugin` data class populated with the plugin's data.

Let's update the `misago_plugin.py` file to include a basic manifest for our plugin:
Expand Down

0 comments on commit b6033ea

Please sign in to comment.