Broward-Drupal / broward-drupal

Broward Drupal projects
8 stars 0 forks source link

Create new content type - Event #14

Closed shaal closed 7 years ago

shaal commented 7 years ago
Content Type Machine Name Fields Field Type Max Character Entity Type Purpose Menu Item? Taxonomy
Event even Title Default   node Upcoming events    
    Body Long text, formatted          
    Event Day Entity reference to eday          
    Featured Speaker Entity reference to fspk          
    Schedule Item Entity reference to sitm          
    Sponsor Entity reference to spon          
    Time Slot Entity reference to tslo          
    Venue Entity reference to venu          
    Image Gallery Entity reference to igal          
ghost commented 7 years ago

Good afternoon @Solamsnake - ok to close this issue or is any additional work needed?

Solamsnake commented 7 years ago

Done ! But I noticed 2 things during I was completing my task.

First the machine name for the content type "Event Day" is wrong... it must be "eday" and not "event_day". Second, the machine name for "Venue" must be "venu" and not "venue".

Even if the machine names for these content types were wrong, I created the good machine name for my entity reference fields.

@betheas I just worked 10 minutes for this task.

Solamsnake commented 7 years ago

Ho and I forgot, the machine name for static page is wrong also lol must be "spag" and not "static_page"

shaal commented 7 years ago

The other content types should be good now

Solamsnake commented 7 years ago

Ok done