I just noticed that we are enabling 'defaultcontent' in panopoly.info. We should stop doing that! It's still in our make files because we can't really remove it without breaking existing upgraded users - but we certainly shouldn't be enabling it by default.
Comments
Comment #1
caschbre commentedIsn't there a step in the install process to allow the admin to add demo content? Maybe it would make sense to take it out of the .info file as required and have the install profile enable it if they choose to add demo content.
Comment #2
mrfelton commenteddefaultcontent is actually no longer used by panopoly as it now uses migrate to add the demo content for each app. I think we should remove defaultcontent entirely as it is not the approach that we are recommending to handle demo content any more.
Comment #3
dsnopekI'm with @mrfelton! We worked pretty hard to stop using 'defaultcontent' for demo content, the fact that it's in panopoly.info just slipped our minds. :-) I'll commit this change once I get through some of the heavier stuff I'm working on right now.
Comment #4
dsnopekCommited: http://drupalcode.org/project/panopoly.git/commit/f42c2ac096a241e6d861b3...
Good riddance! :-)
Comment #5
dsnopekAdded a relation to the issue where we replaced our use of 'defaultconfig' with 'migrate' for future reference: #2105503: Implement demo content via Migrate instead of defaultcontent