Skip to content

Commit

Permalink
chore: prod config export
Browse files Browse the repository at this point in the history
  • Loading branch information
aekong committed Dec 13, 2024
1 parent 9f93976 commit b947c80
Show file tree
Hide file tree
Showing 9 changed files with 5,130 additions and 195 deletions.
2 changes: 0 additions & 2 deletions config/language/es/views.view.redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ display:
items_per_page_options_all_label: '- All -'
offset_label: Offset
fields:
redirect_bulk_form:
action_title: 'Con selección'
redirect_source__path:
label: Desde
created:
Expand Down
2 changes: 0 additions & 2 deletions config/language/zh-hant/views.view.redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ display:
items_per_page_options_all_label: '- 全部 -'
offset_label: 位移
fields:
redirect_bulk_form:
action_title: 對所選的內容執行…
redirect_source__path:
label: 寄件人
created:
Expand Down
17 changes: 10 additions & 7 deletions config/simple_sitemap.settings.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
_core:
default_config_hash: vFARRSP9-YgEArfDNYmRSg0cNFOgZPxqziffIalgLbU
max_links: 2000
cron_generate: false
max_links: 1000
cron_generate: true
cron_generate_interval: 0
generate_duration: 5000
remove_duplicates: false
skip_untranslated: false
generate_duration: 10000
entities_per_queue_item: 10
remove_duplicates: true
skip_untranslated: true
xsl: true
base_url: ''
default_variant: default
base_url: 'https://www.sf.gov'
default_variant: map
custom_links_include_images: false
disable_language_hreflang: false
hide_branding: true
excluded_languages: { }
enabled_entity_types:
- taxonomy_term
- menu_link_content
- node
batch_process_limit: 1500
11 changes: 11 additions & 0 deletions config/simple_sitemap.sitemap.map.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
uuid: 43570dee-2669-49b2-ae27-cc642e36adae
langcode: en
status: true
dependencies:
config:
- simple_sitemap.type.sitemap
id: map
label: Map
description: ''
type: sitemap
weight: 0
10 changes: 10 additions & 0 deletions config/simple_sitemap.type.sitemap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uuid: d27c7690-d7b1-4e3b-b066-69d4aaee564a
langcode: en
status: true
dependencies: { }
id: sitemap
label: Default
description: ''
sitemap_generator: default
url_generators:
index: index
50 changes: 50 additions & 0 deletions config/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,56 @@ display:
past_format: '@interval ago'
granularity: 2
refresh: 60
latest_moderation_state:
id: latest_moderation_state
table: node
field: latest_moderation_state
relationship: none
group_type: group
admin_label: ''
entity_type: node
plugin_id: latest_moderation_state
label: 'Latest moderation state'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
field_departments:
id: field_departments
table: node__field_departments
Expand Down
Loading

1 comment on commit b947c80

@aekong
Copy link
Collaborator Author

@aekong aekong commented on b947c80 Dec 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visit Site

Created multidev environment pr-1733 for sfgov.

Please sign in to comment.