]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add hint about developer docs
authorJulius Härtl <jus@bitgrid.net>
Tue, 19 Nov 2019 08:31:46 +0000 (09:31 +0100)
committerJulius Härtl <jus@bitgrid.net>
Tue, 26 Nov 2019 21:00:03 +0000 (22:00 +0100)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
apps/workflowengine/src/components/Workflow.vue

index 5979dfd5cafb48672c0f845cc28584983cd904c8..fa352ced9fa23b2f10b2d33063cbaabbcd19c443 100644 (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"