It would be really great if your module had integration with Features.
This would allow a code based "default" state for content types and field that should be "repeatable." The user could of course override these in the database if they so-desired.
I think it would be relatively simple to create such integration since there are only two options that you set on the content type form.
http://drupalcode.org/viewvc/drupal/contributions/modules/features/API.t...
Comments
Comment #1
Anonymous (not verified) commentedComment #2
dawehnerI think this should be done in node repeat, it's not a everyday contrib module, like cck.
Comment #3
jhedstromIf you use Strongarm, this module, and any other module that stores configurations in the variable table, already has features integration. You just need to manually select the relevant node_repeat_* variables upon creating a feature.
Comment #4
gagarine commentedStrongarm is ok but I'm not again a proper integration with features.