From 463cb72c4f5a4a9a4c963e773ab70a1c380fb572 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 19 Jan 2022 00:26:47 +0100 Subject: [PATCH] add title --- docs/extend/how_to_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/how_to_plugin.md b/docs/extend/how_to_plugin.md index 74d413c..66e2a8d 100644 --- a/docs/extend/how_to_plugin.md +++ b/docs/extend/how_to_plugin.md @@ -49,7 +49,7 @@ from plugin.mixins import APICallMixin, SettingsMixin, ScheduleMixin, BarcodeMix ### A simple example This example adds a new action under `/api/action/sample` using the ActionMixin. -``` python +``` python title="sampleactionplugin.py" # -*- coding: utf-8 -*- # (1) """sample implementation for ActionPlugin""" # (2) from plugin import IntegrationPluginBase