Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Feb 2013 at 20:08 UTC
Updated:
23 Feb 2016 at 17:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xanoUntested, without updated tests, but it shows what I mean.
Comment #3
xanoI told you it was untested.
Comment #4
xanoAn alternative would be to split up config_install_default_config() in a function that takes a directory and imports all config it finds in there. That may actually be better, because it imposes /config as a config directory on developers, because they will actually have to put in an effort to deviate from that.
Comment #7
andypostlooks this outdated
Comment #8
xanoI am closing this as I have come to the realization that it's not a good idea to pretend something is what it's not. In my case writing a custom config importer was the best solution.