DrupalCon Vienna 2017 Recap

04.10.2017,

Three days of sessions, discussions and meetings, one day for the community, businesses, publishers and practices, and another day of code sprints - Drupalcon Vienna was a blast! It was a very special experience for all our team members to have Drupalcon in town and we are proud to be among the supporters of the event.

Drupalcon Vienna 2017

DrupalCon Vienna 2017 Sponsor

Here is a summary of our takeaways from the con:

Headless Drupal

One of the most discussed topics on DrupalCon Vienna was the idea of a headless CMS combined with a completely decoupled frontend. This way Drupal could not only serve as backend for a single website but as a centralized data deliverer for applications of all kinds of devices. Combined with powerful JavaScript frameworks, like Angular or React, Drupal sites keep pace in the insanely fast-changing world of web applications. Therefore Drupal should no longer be seen as an "all-inclusive"-CMS solution but as a single part in a modern Web-infrastructure and can return to its core strength: Managing content.

As an example of how such a modern infrastructure could look like, kurier.at gave an insight of their system.

Drupalcon Vienna 2017 Session

Adam Zielinski (CTO Telekurier Online Medien GmbH), © Amazee Labs

For further reading:

Contenta - API distribution
API-first initiative
Session: Headless, stateless, DB-less: how Kurier.at is transforming digital production with Drupal, NodeJS and Platform.sh

Accessibility

Andrew Macpherson, Théodore Biadala and Kristen Pol are part of the core accessibility team and it's always interesting to see what Drupal has achieved in all those years addressing persons with disabilities. The team briefly talked about some components of accessibility and the recent core accessibility improvements and what challenges they are facing. They gave half of their time room for discussions, which was very enlightening, and informative. For instance automated testing can only cover around 40% of all accessibility issues. To get reliable test results many tests need to be done by real people.

Another highly interesting, mind-opening talk by Everett Zufelt was about how even little changes to the code can have a huge impact on a site's accessibility. Bringing in just a little more structure and semantics by using a wide variety of the available HTML5 tags, instead of just using

and, is a big step forward for people depending on screen readers. The presentation also featured a list of good and bad examples of which obstacles can be found and how most of them can be easily eliminated.

Drupalcon Vienna 2017 Session

Andrew Macpherson, Théodore Biadala, Kristen Pol, © Amazee Labs

For further reading:

Session: JavaScript and Accessibility: Don't Blame the Language
Session: Core Accessibility: How are we doing, and what can we do better?
NYPL Design Toolkit
Manuel Matuzovic: Writing CSS with Accessibility in Mind

eleven Administration Theme

The current administration theme in Drupal 8 looks nearly the same as in Drupal 7. No large improvements have been made in Drupal 8. Although there is an initiative starting on developing a new adminThe advantagesistration them (with React) this approach will take some time before it will be part of Drupal core. However, there is already a modern administration theme on the way: eleven.

The eleven Administration Theme should be a modern way of how an administration should look like and behave with CSS variables, CSS grid and other CSS techniques supported in most modern browsers. As this is not intended for a wider audience and addresses solely administrators and editors backward compatibility with older browsers is not implemented.

There is also an own subchannel in the Drupal slack channel for the eleven theme.

Drupalcon Vienna 2017 Attendee

Morten Birch, © Amazee Labs

For further reading:

Session: Admin Theming & design for a modern Drupal 8
BoF: Admin theme eleven
Drupal 8 Admin Theme: Eleven

UI Patterns

With UI Patterns it should be easy to get rid of the templates folder in the theme and connect the display of a field to a template in the administration backend directly. Advantages are a better overview and fewer Twig files.

For further reading:
Session: Introducing the UI Patterns module: use atomic UI components everywhere in Drupal 8
Drupal module: UI pattern

Landing Pages and Layouts

The Thunder team organized a BoF about "Landing Pages and Layouts" which lead to an interesting discussion on how layouts can be implemented in Drupal, as well as the tools & modules needed for editors to be able to have the necessary "content blocks" available for building good landing pages.
During the keynote, Dries has shown a demo of the new Layout Builder, which is currently being worked on for inclusion in Drupal 8.5. As Tim Plunkett noted there will be an upgrade path of panelizer to the new layout builder in core, so panelizer can be considered a future-proof solution for layouts right now.

Drupalcon Vienna 2017 Session

Driesnote at DrupalCon Vienna 2017, © Amazee Labs

For further reading:
BoF: Landing Pages and Layouts
Drupal Thunder Issue: Landing Pages and Layouts
Drupal Core ideas: Add a Layout Builder to core
Drupal Issue: Implementation issue for Layout Builder

Amazee.io: lagoon

Amazee.io demo-ed lagoon, their fully open-source docker production system. It's powered by docker compose, kubernetes and openshift and nice CLI and UI tools are planned for it. This and the branch-ed based auto-creation of new environments make it an interesting development that could be the base for the next version of our in-house docker CI system, which is able to create test-sites per feature-branch including initialized content. Amazing stuff! ;)

For further reading:
Introducing Lagoon, amazee.io’s fully open source Docker in Production system