Skip to content

Commit

Permalink
modify documentation for skin.hide_download_controls
Browse files Browse the repository at this point in the history
  • Loading branch information
qlu-cls committed Jul 7, 2023
1 parent 8acd3df commit b205cb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,10 @@ Below you can find the complete list of all the available skin properties.
<tr>
<td>skin.hide_download_controls</td>
<td>removes all download and copy-to-clipboard options.</td>
<td>false</td>
<td>true / false</td>
<td>show</td>
<td>
string. "show" enables all download and copy-to-clipboard options. "data" disables data download but keeps figure and top-level data. "hide" disables all the download and copy-to-keyboard options.
</td>
</tr>
<tr>
<td>skin.show_settings_menu</td>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/portal.properties.EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ skin.study_view.link_text=To build your own case set, try out our enhanced Study
## enable this to show reference genome next to the samples
# skin.home_page.show_reference_genome=false

setting controlling whether Download tabs and download/copy-to-clipboard controls should be shown
# skin.hide_download_controls=true
## setting controlling whether Download tabs and download/copy-to-clipboard controls should be shown
# skin.hide_download_controls=show

setting controlling which name should be used to display the authenticated user (email, or username)
## setting controlling which name should be used to display the authenticated user (email, or username)
# skin.user_display_name=email

## enable and set this property to specify a study group to be used to identify public studies for which no specific authorization entries are needed in the `authorities` table
Expand Down

0 comments on commit b205cb5

Please sign in to comment.