mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-27 11:17:01 +02:00
69 lines
694 B
Markdown
69 lines
694 B
Markdown
## Default Permission
|
|
|
|
Default permissions for the plugin
|
|
|
|
- `allow-check`
|
|
- `allow-activate`
|
|
|
|
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-license:allow-activate`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the activate command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-license:deny-activate`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the activate command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-license:allow-check`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the check command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-license:deny-check`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the check command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|