- 🇨🇭Switzerland bircher 🇨🇿
This can be closed now that the two big modules using Config Filter have been ported to the Drupal core API.
Probably that's a bit specific case, but on the project, I have several active config splits:
- config_split.a - used on several sites of multi-site and enabled by some rule (weight 0)
- config_split.b - used on one specific site in addition to config_split.a (weight 1)
Both configs contain core.entity_view_display.node.type.default settings in graylist.
When I do drush cex, the config removed from b folder and updated in a folder, but I expect that it will be backward.
On config import it works correct and b used as more actual.
So it looks like on config export we should reverse order.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This can be closed now that the two big modules using Config Filter have been ported to the Drupal core API.