I am using Features to manage config for a distribution and thus, I am largely using it similarly to how I did in Drupal 7. Everything exports as expected, but I have found one piece of config that cannot be imported and that is core.menu.static_menu_link_overrides, which is used to override default menu links. If I add this config to my feature, I get a yml file containing this config, but features cannot seem to read it back in. When I import it, nothing happens, and when I view the differences in the Features UI, the Feature Code Config column is just empty. I know there have been discussions here about menus as config as content, but the fact is that this is a core piece of config that can be exported by features, so I imagine it should also be importable. Since I am just trying to rearrange core menu links in code, this seems to be by far the simplest method, but it doesn't work.

Comments

chrisgross created an issue.

tripodcreative’s picture

I can confirm they are not importing