Skip to content

Commit

Permalink
Update config after contrib update
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jun 7, 2024
1 parent 3a17249 commit 058f57a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/sync/autologout.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ no_individual_logout_threshold: false
role_logout: false
role_logout_max: false
redirect_url: /user/login
include_destination: true
no_dialog: false
message: 'We are about to log you out for inactivity. If we do, you will lose any unsaved work. Do you need more time?'
inactivity_message: 'You have been logged out due to inactivity.'
Expand All @@ -20,4 +21,3 @@ jstimer_js_load_option: false
use_alt_logout_method: false
use_watchdog: true
whitelisted_ip_addresses: ''
include_destination: true
2 changes: 1 addition & 1 deletion config/sync/filter.format.administrative_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ filters:
weight: 0
settings:
tablesaw_type: stack
tablesaw_persist: '1'
tablesaw_persist: true
su_clean_html:
id: su_clean_html
provider: stanford_decoupled
Expand Down
2 changes: 1 addition & 1 deletion config/sync/filter.format.stanford_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ filters:
weight: -42
settings:
tablesaw_type: stack
tablesaw_persist: '1'
tablesaw_persist: true
filter_url:
id: filter_url
provider: filter
Expand Down
2 changes: 1 addition & 1 deletion config/sync/filter.format.stanford_minimal_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ filters:
weight: 0
settings:
tablesaw_type: stack
tablesaw_persist: '1'
tablesaw_persist: true
linkit:
id: linkit
provider: linkit
Expand Down

0 comments on commit 058f57a

Please sign in to comment.