diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-13 10:18:20 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-13 10:18:20 +0100 |
commit | 725921507c04e998c6ce1d4416af97a5e9470443 (patch) | |
tree | 3c27530d48e387cb48e6c15cb99a94938b4ae10f /tagit/apps | |
parent | b6a57a3a84bc4ea0b5db33e6c82b30944fad7e54 (diff) | |
download | tagit-725921507c04e998c6ce1d4416af97a5e9470443.tar.gz tagit-725921507c04e998c6ce1d4416af97a5e9470443.tar.bz2 tagit-725921507c04e998c6ce1d4416af97a5e9470443.zip |
action replay for development and testing
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 |