Skip to content

Commit

Permalink
Merge pull request #1697 from girder/update-docs
Browse files Browse the repository at this point in the history
Update docs on girder config options
  • Loading branch information
manthey authored Oct 21, 2024
2 parents 3207673 + 2e40328 commit f4517c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.30.2

### Features

- Support setting axis actual values in the zarr sink. Display these in the frame selector ([#1625](../../pull/1625))

### Improvements

- Speed up recursive item lists ([#1694](../../pull/1694))
Expand Down
8 changes: 6 additions & 2 deletions docs/girder_config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,14 @@ This is used to specify how items appear in item lists. There are two settings,
# clicking on an item from showing the item page to another action.
navigate:
# type can be "item": the default, open the item page, "itemList": go
# to the named item page
# to the named item page, or "open" to open an application
type: itemList
# if the type is "itemList", the name is the name of the itemList to
# display.
# display. If the type is "open", the name is the name of the
# registered application that should be opened by preference (e.g.,
# "histomicsui" or "volview"). If that application does not report it
# can open the item or no name is specified, the highest priority
# application that can open the item will be used.
name: studyList
# show these columns in order from left to right. Each column has a
# "type" and "value". It optionally has a "title" used for the column
Expand Down

0 comments on commit f4517c4

Please sign in to comment.