Config schema and docs text changes. Fix clickable tab area in dashboard/docs.

This commit is contained in:
Dragory 2019-10-11 02:09:31 +03:00
parent f41d280fab
commit 0bbe9433c1
5 changed files with 35 additions and 8 deletions

View file

@ -98,9 +98,7 @@
<div class="configuration" v-if="tab === 'configuration'">
<!-- Basic config info -->
<p>
Name in config: <code>{{ data.name }}</code>
</p>
<p>
<strong>Name in config:</strong> <code>{{ data.name }}</code><br>
To enable this plugin with default configuration, add <code>{{ data.name }}: {}</code> to the <code>plugins</code> list in config
</p>