Browse Source

Testing rdf mapping stuff. Can't seem to get it to show up.

7.x-2.x
Daniel Lamb 9 years ago
parent
commit
c35481186a
  1. 1
      islandora_basic_image/islandora_basic_image.module

1
islandora_basic_image/islandora_basic_image.module

@ -17,7 +17,6 @@ function islandora_basic_image_node_info() {
'name' => t("Basic Image"),
'base' => ISLANDORA_BASIC_IMAGE_CONTENT_TYPE,
'description' => t("A Drupal node modeling a basic image pcdm:Object"),
'has_title' => FALSE,
),
);
}

Loading…
Cancel
Save