Hey all,
I'm taking a look at COD and have a minimal viable list of items I need for Sponsors. That module component hasn't moved forward but I would like to put in some time to getting a 7.x version ready. I'm didn't see anything about sponsors in the road map but I'd like to get some of this work kicked off today. My approach would be to rebuild the sponsor content type, using D7 fields where applicable.
// Exported field: field_logo As Image
$fields['sponsor-field_logo'] = array(
// Exported field: field_related_attendees as Entity Reference - User
$fields['sponsor-field_related_attendees'] = array(
// Exported field: field_sponsorship_level as List - Select
$fields['sponsor-field_sponsorship_level'] = array(
Gold
Silver
Bronze
Media',
// Exported field: field_url as Link
'field_name' => 'field_url',
I'll also rebuild the views and rexport all these items as a feature you should be able to replace in the project. Shooting for minimal viable product with hopes of contributing back. Let me know if this is cool or if you'd rather have me approach it differently. Keep in mind the budget for this task was small i'm hoping to just really be able to give something back.
Comments
Comment #1
dago.aceves commenteddang it i just noticed o posted this to the wrong project.
Comment #2
dago.aceves commented