diff options
| -rw-r--r-- | app/shares.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php index 117cd4dce..426971b04 100644 --- a/app/shares.php +++ b/app/shares.php @@ -10,6 +10,8 @@ * - 'deprecated' (optional) is a boolean. Default: 'false'. * 'true', if the sharing service is planned to remove in the future. * Add more information into the documentation center. + * - 'HTMLtag' (optional). If it is 'button' then an HTML <button> is used, + * else an <a href=""> is used. Add a click event in main.js additionally. * - 'url' is a mandatory option. It is a string representing the share URL. It * supports 4 different placeholders for custom data. The ~URL~ placeholder * represents the URL of the system used to share, it is configured by the |
