diff options
author | James Moger <james.moger@gitblit.com> | 2011-12-13 16:51:36 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-12-13 16:51:36 -0500 |
commit | 3b6904b1d92b987e308f5fb3308fec215ba1f1ae (patch) | |
tree | 98ddfda45e705f628819195e8fc99d9f17c87522 /distrib | |
parent | f08aab5c5e632431635e73b47b6096dc47243755 (diff) | |
download | gitblit-3b6904b1d92b987e308f5fb3308fec215ba1f1ae.tar.gz gitblit-3b6904b1d92b987e308f5fb3308fec215ba1f1ae.zip |
Integrated Clippy for a better copy-to-clipboard experience
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 39e47885..537f9b67 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -121,6 +121,13 @@ web.allowGravatar = true # SINCE 0.5.0
web.allowZipDownloads = true
+# Use Clippy (Flash solution) to provide a copy-to-clipboard button.
+# If false, a button with a more primitive JavaScript-based prompt box will
+# offer a 3-step (click, ctrl+c, enter) copy-to-clipboard alternative.
+#
+# SINCE 0.8.0
+web.allowFlashCopyToClipboard = true
+
# Default number of entries to include in RSS Syndication links
#
# SINCE 0.5.0
|