Add hint about developer docs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
77cb7bfb9b
commit
ce6aed8667
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
<div class="section">
|
||||
<h2>{{ t('workflowengine', 'Available actions') }}</h2>
|
||||
|
||||
<p v-if="scope === 0" class="settings-hint">
|
||||
<a href="https://nextcloud.com/developer/">{{ t('workflowengine', 'For details on how to write your own actions, checkout the development documentation') }}</a>
|
||||
</p>
|
||||
|
||||
<transition-group name="slide" tag="div" class="actions">
|
||||
<Operation v-for="operation in getMainOperations"
|
||||
:key="operation.id"
|
||||
|
|
Loading…
Reference in a new issue