Problem/Motivation

How could I remove a config dependency using config_rewrite. For example i would like to delete: "core.entity_view_display.node.topic.search_index.yml"

Is there anyway for me to
config_rewrite: [dependencies][config]
Would that allow me to enter in just what I want for config depedencies

the config file to overwrite:
core
langcode: en
status: true
dependencies:
config:
- core.entity_view_display.comment.comment.default
- field.field.node.event.body

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

SocialNicheGuru created an issue.

Nikolay Penchev’s picture

I think you are unable, to do that since Drupal core behaviour is building dependencies on save , basically you are rewriting configurations and after that on that config object it's called ->save method which is building the dependencies.