Add hint about developer docs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
77cb7bfb9b
commit
ce6aed8667
|
@ -3,6 +3,10 @@
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<h2>{{ t('workflowengine', 'Available actions') }}</h2>
|
<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">
|
<transition-group name="slide" tag="div" class="actions">
|
||||||
<Operation v-for="operation in getMainOperations"
|
<Operation v-for="operation in getMainOperations"
|
||||||
:key="operation.id"
|
:key="operation.id"
|
||||||
|
|
Loading…
Reference in New Issue