Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USAGOV-1969 Manage search result weights #2013

Merged
merged 15 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"drupal/samlauth": "^3.9",
"drupal/simple_sitemap": "^4.1",
"drupal/simplify_menu": "^3.1",
"drupal/sortableviews": "^1.3",
"drupal/tome": "^1.6",
"drupal/twig_tweak": "^3.1",
"drupal/uswds_base": "^2.4",
Expand Down
50 changes: 49 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 20 additions & 1 deletion config/sync/core.entity_form_display.node.basic_page.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,26 @@ content:
region: content
settings:
placeholder: ''
third_party_settings: { }
third_party_settings:
conditional_fields:
57036002-dda5-4980-9704-719cb0ab3a40:
entity_type: node
bundle: basic_page
dependee: field_page_type
settings:
state: '!visible'
reset: false
condition: value
grouping: AND
values_set: 1
value: ''
values: { }
value_form:
-
target_id: '10'
effect: show
effect_options: { }
selector: ''
field_benefits_callout_button:
type: string_textfield
weight: 46
Expand Down
1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ module:
settings_tray: 0
simple_sitemap: 0
simplify_menu: 0
sortableviews: 0
system: 0
taxonomy: 0
telephone: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
min: -50
max: 50
min: 0
max: null
prefix: ''
suffix: ''
field_type: integer
2 changes: 2 additions & 0 deletions config/sync/user.role.content_administrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies:
- taxonomy
- toolbar
- usa_content_moderation_notifications
- usagov_benefit_category_search
id: content_administrator
label: 'Content Administrator'
weight: 5
Expand All @@ -63,6 +64,7 @@ permissions:
- 'administer sitemap settings'
- 'administer taxonomy'
- 'break content lock'
- 'change benefit page weights'
- 'create agency_synonym content'
- 'create audio media'
- 'create basic_page content'
Expand Down
Loading
Loading