--- composite.module.OLD	2010-08-17 14:00:57.000000000 +1000
+++ composite.module	2010-09-29 12:00:45.000000000 +1000
@@ -190,6 +190,21 @@ function composite_get_layout($layout = 
   return $layouts[$layout];
 }
 
+/**
+ * Implementation of hook_content_extra_fields().
+ */
+function composite_content_extra_fields($type_name) {
+  $fields = array();
+
+  $fields['composite_settings'] = array(
+    'label' => t('Composite Layout'),
+    'description' => t('Composite Layout module form.'),
+    'weight' => 10,
+  );
+
+  return $fields;
+}
+
 /***********************************************************
 *                          MENU                            *
 ************************************************************/
