Normalize and filter config

Created on 14 March 2019, over 5 years ago
Updated 9 December 2023, 7 months ago

That's an awful lot of noise in config:

diff --git a/config-sync/entity_reference_integrity_enforce.settings.yml b/config-sync/entity_reference_integrity_enfo
new file mode 100644
index 0000000..a56f03d
--- /dev/null
+++ b/config-sync/entity_reference_integrity_enforce.settings.yml
@@ -0,0 +1,76 @@
+enabled_entity_type_ids:
+  node: node
+  abstractpermissions_abstraction: '0'
+  backup_migrate_schedule: '0'
+  backup_migrate_destination: '0'
+  backup_migrate_source: '0'
+  backup_migrate_settings: '0'
+  block: '0'
+  block_content_type: '0'
+  block_content: '0'
+  block_visibility_group: '0'
+  block_group_content: '0'
+  comment_type: '0'
+  comment: '0'
+  custom_perms_entity: '0'
+  config_snapshot: '0'
+  contact_form: '0'
+  contact_message: '0'
+  content_moderation_state: '0'
+  crop_type: '0'
+  crop: '0'
+  date_range_format: '0'
+  editor: '0'
+  entity_browser: '0'
+  facets_facet: '0'
+  facets_facet_source: '0'
+  features_bundle: '0'
+  field_config: '0'
+  field_storage_config: '0'
+  file: '0'
+  filter_format: '0'
+  group_content: '0'
+  group_role: '0'
+  group: '0'
+  group_type: '0'
+  group_content_type: '0'
+  image_style: '0'
+  configurable_language: '0'
+  language_content_settings: '0'
+  media_type: '0'
+  media: '0'
+  metatag_defaults: '0'
+  node_type: '0'
+  rdf_mapping: '0'
+  redirect: '0'
+  responsive_image_style: '0'
+  search_api_index: '0'
+  search_api_server: '0'
+  search_api_task: '0'
+  search_api_autocomplete_search: '0'
+  simple_block: '0'
+  slick: '0'
+  action: '0'
+  menu: '0'
+  taxonomy_term: '0'
+  taxonomy_vocabulary: '0'
+  user_role: '0'
+  webform_submission: '0'
+  webform: '0'
+  webform_options: '0'
+  workbench_email_template: '0'
+  workflow: '0'
+  menu_link_content: '0'
+  pathauto_pattern: '0'
+  view: '0'
+  paragraph: '0'
+  paragraphs_type: '0'
+  date_format: '0'
+  entity_form_display: '0'
+  entity_view_mode: '0'
+  entity_view_display: '0'
+  entity_form_mode: '0'
+  base_field_override: '0'
+_core:
+  default_config_hash: 8gwG5hTvIhM_TZyyG2_Vdl7g63M1Rp8-t4jtTcE2vdk
πŸ“Œ Task
Status

Needs work

Version

1.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany geek-merlin Freiburg, Germany

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡·πŸ‡ΊRussia Chi

    This would produce config like follows.

    _core:
      default_config_hash: 8gwG5hTvIhM_TZyyG2_Vdl7g63M1Rp8-t4jtTcE2vdk
    enabled_entity_type_ids:
      - base_field_override
      - block
      - block_content
      - block_content_type
      - comment
      - comment_type
      - contact_form
      - contact_message
      - date_format
      - node
    

    Setting NW as it needs a hook to update config for existing sites.

  • πŸ‡·πŸ‡ΊRussia Chi

    Setting NW as it needs a hook to update config for existing sites.

    Actually this shouldn't break existing sites unless the configuration is processed via custom code.

Production build 0.69.0 2024