Add hint about developer docs

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-11-19 09:31:46 +01:00
parent 77cb7bfb9b
commit ce6aed8667
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 4 additions and 0 deletions

View File

@ -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"