diff --git a/gauntlet.toml b/gauntlet.toml index 8a787ca..776c243 100644 --- a/gauntlet.toml +++ b/gauntlet.toml @@ -1,8 +1,14 @@ [gauntlet] name = 'Template Plugin' +description = """ +Template Plugin Description +""" [[entrypoint]] id = 'template-view' name = 'Template view' path = 'src/template-view.tsx' type = 'view' +description = """ +Template Plugin Entrypoint Description +""" \ No newline at end of file