Skip to content

Commit

Permalink
commit cc0eec8
Browse files Browse the repository at this point in the history
Author: Benedikt Kulmann <benedikt@kulmann.biz>
Date:   Mon Oct 10 14:37:10 2022 +0200

    [full-ci] Resource ids in urls (#7725)

    Co-authored-by: Jannik Stehle <jannik.stehle@gmail.com>
    Co-authored-by: Dominik Schmidt <dev@dominik-schmidt.de>
    Co-authored-by: Jan <j.ackermann91@gmail.com>
  • Loading branch information
kulmann committed Oct 10, 2022
1 parent 8282066 commit aa64984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ substring of a value of the authenticated user. Examples are `/Shares`, `/{{.Id}
- `options.cernFeatures` Enabling this will activate CERN-specific features. Defaults to `false`.
- `options.hoverableQuickActions` Set this option to `true` to hide the quick actions (buttons appearing on file rows), and only show them when the user
hovers the row with his mouse. Defaults to `false`.
- `option.routing` This accepts an object with the following fields to customize the routing behaviour:
- `options.routing.idBased` Enable or disable fileIds being added to the URL. Defaults to `true` because otherwise e.g. spaces with name clashes can't be resolved correctly. Only disable this if you can guarantee server side that spaces of the same namespace can't have name clashes.

### Sentry

Expand Down

0 comments on commit aa64984

Please sign in to comment.