Move the global media settings to site configuration. The content type settings should be made available with the respective node type (admin/content/node-type/*) if possible.
Move the global media settings to site configuration. The content type settings should be made available with the respective node type (admin/content/node-type/*) if possible.
Comments
Comment #1
jmstacey commentedCommit #216730
* Global settings moved to site configuration (admin/settings).
* Content type settings moved to the content type edit page as a new fieldset (admin/content/node-type/*).
* Code refactoring: media_admin.inc renamed to media_settings.inc.
Comment #2
aaron commentedLooks good so far. We'll need to either ensure there's a working default (since the node type forms still reference that), or remove the idea of a default. I could go either way with that, and am interested in hearing other opinions (unless you have a strong idea on that). Maybe we could poll users at #drupal-dojo.
Great work, you're off to a strong start!
Comment #3
aaron commentedIf we do keep a set of working media defaults, we would probably want to add some js behaviors to the node type form so that everything after the first checkbox is initially grayed out, and only becomes active when checking the override check box (and vice versa).
Comment #4
aaron commentedComment #5
aaron commentedfixed