diff options
| author | 2023-04-10 22:29:51 +0200 | |
|---|---|---|
| committer | 2023-04-10 22:29:51 +0200 | |
| commit | 64a56084800bc3ddf650067532ee804363abaf77 (patch) | |
| tree | bf00e2d79d60258d523cdc3b2d9a6ba30d0f2cb4 /app | |
| parent | 3aa54035f16a56ca3adf915d0eed359c5ab2a76e (diff) | |
docs: shares.php. Added "HTMLtag" (#5284)
* doc
* Update shares.php
Diffstat (limited to 'app')
| -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 |
