Skip to content

Commit 95d7ed5

Browse files
authored
Revert "chore: prod config export (#1733)" (#1735)
This reverts commit 3ab001f.
1 parent 3ab001f commit 95d7ed5

37 files changed

+196
-5331
lines changed

composer-manifest.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ packages:
177177
drupal/views_data_export: 1.4.0
178178
drupal/views_infinite_scroll: 2.0.2
179179
drupal/webform: 6.2.3
180-
drupal/xmlsitemap: 1.5.0
181180
drush-ops/behat-drush-endpoint: 0.0.5
182181
drush/drush: 12.5.2
183182
e0ipso/shaper: 1.2.4

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
169169
"drupal/views_data_export": "^1.1",
170170
"drupal/views_infinite_scroll": "^2.0",
171171
"drupal/webform": "^6.2",
172-
"drupal/xmlsitemap": "^1.5",
173172
"drush-ops/behat-drush-endpoint": "^0.0.5",
174173
"drush/drush": "^12.4.3",
175174
"enyo/dropzone": "^5.7",

composer.lock

+1-100
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/core.extension.yml

-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ module:
206206
extlink: 1
207207
menu_link_content: 1
208208
pathauto: 1
209-
xmlsitemap: 1
210209
color_field: 10
211210
content_translation: 10
212211
externalauth: 10

config/language/es/views.view.redirect.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ display:
1919
items_per_page_options_all_label: '- All -'
2020
offset_label: Offset
2121
fields:
22+
redirect_bulk_form:
23+
action_title: 'Con selección'
2224
redirect_source__path:
2325
label: Desde
2426
created:

config/language/zh-hant/views.view.redirect.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ display:
2020
items_per_page_options_all_label: '- 全部 -'
2121
offset_label: 位移
2222
fields:
23+
redirect_bulk_form:
24+
action_title: 對所選的內容執行…
2325
redirect_source__path:
2426
label: 寄件人
2527
created:

config/simple_sitemap.settings.yml

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
_core:
22
default_config_hash: vFARRSP9-YgEArfDNYmRSg0cNFOgZPxqziffIalgLbU
3-
max_links: 1000
4-
cron_generate: true
3+
max_links: 2000
4+
cron_generate: false
55
cron_generate_interval: 0
6-
generate_duration: 10000
7-
entities_per_queue_item: 10
8-
remove_duplicates: true
9-
skip_untranslated: true
6+
generate_duration: 5000
7+
remove_duplicates: false
8+
skip_untranslated: false
109
xsl: true
11-
base_url: 'https://www.sf.gov'
12-
default_variant: map
10+
base_url: ''
11+
default_variant: default
1312
custom_links_include_images: false
1413
disable_language_hreflang: false
15-
hide_branding: true
1614
excluded_languages: { }
1715
enabled_entity_types:
1816
- taxonomy_term
1917
- menu_link_content
20-
- node
2118
batch_process_limit: 1500

config/simple_sitemap.sitemap.map.yml

-11
This file was deleted.

config/simple_sitemap.type.sitemap.yml

-10
This file was deleted.

config/system.action.bulk_update_fields_on_xmlsitemap.yml

-11
This file was deleted.

config/views.view.content.yml

-50
Original file line numberDiff line numberDiff line change
@@ -1426,56 +1426,6 @@ display:
14261426
past_format: '@interval ago'
14271427
granularity: 2
14281428
refresh: 60
1429-
latest_moderation_state:
1430-
id: latest_moderation_state
1431-
table: node
1432-
field: latest_moderation_state
1433-
relationship: none
1434-
group_type: group
1435-
admin_label: ''
1436-
entity_type: node
1437-
plugin_id: latest_moderation_state
1438-
label: 'Latest moderation state'
1439-
exclude: false
1440-
alter:
1441-
alter_text: false
1442-
text: ''
1443-
make_link: false
1444-
path: ''
1445-
absolute: false
1446-
external: false
1447-
replace_spaces: false
1448-
path_case: none
1449-
trim_whitespace: false
1450-
alt: ''
1451-
rel: ''
1452-
link_class: ''
1453-
prefix: ''
1454-
suffix: ''
1455-
target: ''
1456-
nl2br: false
1457-
max_length: 0
1458-
word_boundary: true
1459-
ellipsis: true
1460-
more_link: false
1461-
more_link_text: ''
1462-
more_link_path: ''
1463-
strip_tags: false
1464-
trim: false
1465-
preserve_tags: ''
1466-
html: false
1467-
element_type: ''
1468-
element_class: ''
1469-
element_label_type: ''
1470-
element_label_class: ''
1471-
element_label_colon: true
1472-
element_wrapper_type: ''
1473-
element_wrapper_class: ''
1474-
element_default_classes: true
1475-
empty: ''
1476-
hide_empty: false
1477-
empty_zero: false
1478-
hide_alter_empty: true
14791429
field_departments:
14801430
id: field_departments
14811431
table: node__field_departments

0 commit comments

Comments
 (0)