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

Drupal 8: Creating a Blog in Drupal 8 & Configuration API

kepford
October 19, 2013

Drupal 8: 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.

https://www.drupalcampatlanta.com/session/drupal-8-creating-blog-drupal-8-configuration-api

kepford

October 19, 2013
Tweet

More Decks by kepford

Other Decks in Technology

Transcript

  1. Overview • Creating a Content Type • Creating a View

    • Overview of the Configuration API
  2. Content Types • New File field formatters ◦ RSS enclosure

    ◦ Table of files ◦ URL to file • Hide title form element
  3. Views • Changes to Views • Very minor differences in

    Drupal 8 • Embed Display: Provides a display which can be embedded using the • views api
  4. Drupal 8 Creating a Content Type for Blog and Configuration

    API • New HTML5 Elements • Improved UI • Views in Core • Configuration API