Config schema and docs text changes. Fix clickable tab area in dashboard/docs.
This commit is contained in:
parent
f41d280fab
commit
0bbe9433c1
5 changed files with 35 additions and 8 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue