diff options
Diffstat (limited to 'tagit/apps')
-rw-r--r-- | tagit/apps/port-config.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tagit/apps/port-config.yaml b/tagit/apps/port-config.yaml index 76fc580..d5bad35 100644 --- a/tagit/apps/port-config.yaml +++ b/tagit/apps/port-config.yaml @@ -7,6 +7,9 @@ session: backend: SparqlStore: {} user: 'http://example.com/me' + script: + #- ShowBrowsing + - [AddToken, 'hello'] storage: index: preview_size: @@ -15,7 +18,7 @@ storage: - 400 ui: standalone: - plane: browsing + #plane: browsing browser: maxcols: 8 maxrows: 8 |