This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function _example_cck_content_cck_export() { | |
// code of the exported content type goes here | |
return $content; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$content['type'] = array( | |
'name' => 'Example CCK Content', | |
'type' => 'example_cck_content', | |
// ... cut code ... | |
$content['fields'] = array( | |
0 => | |
array( | |
'label' => 'Box Image', |
NewerOlder