Adding an object to a collection in Islandora 7.x-2.x
Adding instead of Ingesting
I am going to start using Drupal terminology where it makes sense. Once you've got a collection node created, you can associate some content with it. This will be important when we want to create collection views.
Adding a Basic Image content type to an existing collection.
The Basic Image content type provides the user with the option to upload a gif, jpg, or png image to Fedora along with descriptive metadata. Similar to other Drupal content types there are only a few steps to add a Basic Image.
- Select
Add contentfrom the admin menu or the Navigation block, then select Basic Image from the list of content types. - Fill in the fields in the associated metadata form. Ensure you include:
- the title of your image
- choose the image file to upload
- select the parent collection you want your image to be a member of.
- Select
Saveto create a newBasic Image. - Your new
Basic Imagedisplayed in Drupal.