Skip to content

Commit

Permalink
Revert "chore: prod config export (#1733)" (#1735)
Browse files Browse the repository at this point in the history
This reverts commit 3ab001f.
  • Loading branch information
aekong authored Dec 18, 2024
1 parent 3ab001f commit 95d7ed5
Show file tree
Hide file tree
Showing 37 changed files with 196 additions and 5,331 deletions.
1 change: 0 additions & 1 deletion composer-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ packages:
drupal/views_data_export: 1.4.0
drupal/views_infinite_scroll: 2.0.2
drupal/webform: 6.2.3
drupal/xmlsitemap: 1.5.0
drush-ops/behat-drush-endpoint: 0.0.5
drush/drush: 12.5.2
e0ipso/shaper: 1.2.4
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
"drupal/views_data_export": "^1.1",
"drupal/views_infinite_scroll": "^2.0",
"drupal/webform": "^6.2",
"drupal/xmlsitemap": "^1.5",
"drush-ops/behat-drush-endpoint": "^0.0.5",
"drush/drush": "^12.4.3",
"enyo/dropzone": "^5.7",
Expand Down
101 changes: 1 addition & 100 deletions composer.lock

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

1 change: 0 additions & 1 deletion config/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ module:
extlink: 1
menu_link_content: 1
pathauto: 1
xmlsitemap: 1
color_field: 10
content_translation: 10
externalauth: 10
Expand Down
2 changes: 2 additions & 0 deletions config/language/es/views.view.redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ 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: 2 additions & 0 deletions config/language/zh-hant/views.view.redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ display:
items_per_page_options_all_label: '- 全部 -'
offset_label: 位移
fields:
redirect_bulk_form:
action_title: 對所選的內容執行…
redirect_source__path:
label: 寄件人
created:
Expand Down
17 changes: 7 additions & 10 deletions config/simple_sitemap.settings.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
_core:
default_config_hash: vFARRSP9-YgEArfDNYmRSg0cNFOgZPxqziffIalgLbU
max_links: 1000
cron_generate: true
max_links: 2000
cron_generate: false
cron_generate_interval: 0
generate_duration: 10000
entities_per_queue_item: 10
remove_duplicates: true
skip_untranslated: true
generate_duration: 5000
remove_duplicates: false
skip_untranslated: false
xsl: true
base_url: 'https://www.sf.gov'
default_variant: map
base_url: ''
default_variant: default
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: 0 additions & 11 deletions config/simple_sitemap.sitemap.map.yml

This file was deleted.

10 changes: 0 additions & 10 deletions config/simple_sitemap.type.sitemap.yml

This file was deleted.

11 changes: 0 additions & 11 deletions config/system.action.bulk_update_fields_on_xmlsitemap.yml

This file was deleted.

50 changes: 0 additions & 50 deletions config/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1426,56 +1426,6 @@ 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

0 comments on commit 95d7ed5

Please sign in to comment.