Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Creating a Blog in Drupal 8 & Configuration API

kepford
January 24, 2014

Creating a Blog in Drupal 8 & Configuration API

What's new and improved in Drupal 8 content types, fields, and views? In this session we walk through what creating a content type in Drupal 8 looks like. Most of this will be familiar to Drupal 7 users but there are several nice additions and changes to the UI that are covered. We will also take a look at views in core, and what can be built without using any contributed modules. And last but not least we will discuss how the Configuration API makes managing your site's configuration in code possible. You will see how you can import and export your configuration as well as store you it in a custom location to fit into your deployment workflow.

http://sandcamp.org/2014/session/creating-blog-drupal-8-configuration-api

kepford

January 24, 2014
Tweet

More Decks by kepford

Other Decks in Technology

Transcript

  1. Drupal 8 Creating a Blog in Drupal 8 & Configuration

    API January 24, 2014 SANDCamp 2014 Friday, January 24, 14
  2. What’s New • Fields • HTML 5 • Better Content

    Editing • Display & Form Modes • Mobile • Views @Mediacurrent drupal.org/drupal-8.0 • Accessibility • Better Multi-language support • CMI • Web Services Friday, January 24, 14
  3. Fields Comments are now fields New field types • Entity

    Reference • Link • Email • Telephone • Placeholders @Mediacurrent Friday, January 24, 14
  4. HTML 5 @Mediacurrent New elements • Picture element: Support for

    responsive image displays • Date element • E-mail element • Phone element Friday, January 24, 14
  5. Content Editing @Mediacurrent • CKEditor WYSIWYG • In-place editing •

    Insert inline images • Save as draft Friday, January 24, 14
  6. Form & Display Modes @Mediacurrent • Customize entity forms •

    Create and manage view modes for all entities • Replaces Entity view modes module Friday, January 24, 14
  7. Mobile • Responsive themes • Admin theme is mobile friendly

    • Mobile toolbar • Overlay is gone! @Mediacurrent Friday, January 24, 14
  8. Views Views is in core! • Very minor differences in

    Drupal 8 • Embed Display • Entity Reference Display @Mediacurrent Friday, January 24, 14