Skip to content

Instantly share code, notes, and snippets.

View vincenzo's full-sized avatar

Vinnie Russo vincenzo

  • Italy
View GitHub Profile
@vincenzo
vincenzo / gist:2043544
Created March 15, 2012 10:38
Programmatic CCK Content Type Updated - Step 3
<?php
function _example_cck_content_cck_export() {
// code of the exported content type goes here
return $content;
}
@vincenzo
vincenzo / gist:2043295
Created March 15, 2012 09:42
Programmatic CCK Content Type Updated - Step 2
<?php
$content['type'] = array(
'name' => 'Example CCK Content',
'type' => 'example_cck_content',
// ... cut code ...
$content['fields'] = array(
0 =>
array(
'label' => 'Box Image',