Skip to content

Commit 87ded68

Browse files
committed
adjust pager and display of new search
1 parent db6c019 commit 87ded68

File tree

9 files changed

+731
-638
lines changed

9 files changed

+731
-638
lines changed

config/block.block.sfgovpl_local_tasks.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ uuid: 3346670f-c20c-4b64-a976-5a13c5f533f8
22
langcode: en
33
status: true
44
dependencies:
5+
module:
6+
- system
57
theme:
68
- sfgovpl
79
_core:
@@ -19,4 +21,8 @@ settings:
1921
provider: core
2022
primary: true
2123
secondary: true
22-
visibility: { }
24+
visibility:
25+
request_path:
26+
id: request_path
27+
negate: true
28+
pages: '/search/*'

config/block.block.webform.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dependencies:
55
config:
66
- webform.webform.was_this_page_helpful_
77
module:
8+
- system
89
- webform
910
theme:
1011
- sfgovpl
@@ -22,4 +23,8 @@ settings:
2223
webform_id: was_this_page_helpful_
2324
default_data: ''
2425
redirect: false
25-
visibility: { }
26+
visibility:
27+
request_path:
28+
id: request_path
29+
negate: true
30+
pages: '/search/*'

0 commit comments

Comments
 (0)