Which two pre-configured content types comes with Drupal Installation ?
-
Page and Poll
-
Page and Story
-
Forum and Story
-
Blog and Poll
-
Blog and Forum
B
Correct answer
Explanation
Drupal's default installation includes two pre-configured content types: 'Page' and 'Story.' Both are node types but serve different purposes. Pages are for static content like 'About Us' or 'Contact' pages, while Stories are for blog-like posts with date-based organization. Additional content types can be created using modules like CCK (Drupal 6) or core Content Types (Drupal 7+). Forum, Blog, and Poll require enabling additional modules.