Browse Source

doc for adding object, filename fix, .yml update

adding documentation to address #72
7.x-2.x
Don Moses 9 years ago
parent
commit
2aa5e4c808
  1. 2
      islandora_collection/islandora_collection.module

2
islandora_collection/islandora_collection.module

@ -26,7 +26,7 @@ function islandora_collection_node_info() {
ISLANDORA_COLLECTION_CONTENT_TYPE => array(
'name' => t("Collection"),
'base' => ISLANDORA_COLLECTION_CONTENT_TYPE,
'description' => t("A Drupal node modeling an pcdm:Collection."),
'description' => t("A Drupal node modeling a pcdm:Collection."),
),
);
}

Loading…
Cancel
Save