It would be handy to have the default settings template for all content types in the site and for the new created ones. Like this, we don't have to go through every content to set the same rules.
It would be handy to have the default settings template for all content types in the site and for the new created ones. Like this, we don't have to go through every content to set the same rules.
Comments
Comment #1
lelizondo commentedWell I don't know about this one, since some options depend on options set by Drupal itself.
Comment #2
alex.skrypnyk+1 on this.
This will definitely be helpful.
Comment #3
lelizondo commentedThe module currently has defaults defined in a function, this will make it easier to set some defaults, perhaps, the best way to go here is with a drupal_alter so anyone could implement hook_something_alter in it's own module.
Comment #4
kssundar commented