Make a dog content type

Make a Dog content type. Use your contenttypes Drupal, or whatever you called it. Add the fields:

  • Name, e.g., Oscar
  • Photo
  • Breed, e.g., Labrador retriever
  • Date of birth
  • Weight

Breed should be a text list, with check boxes. For date of birth, use the custom format m/d/Y. Use an integer for weight, with the suffice “lbs”.

Use Devel to generate data for 20 dogs. Limit the node title to one word. (The data won’t make any sense. That’s OK.)

Submit the URL of your site, along with login credentials for user 1.

(If you were logged in as a student, you could submit an exercise solution, and get some feedback.)