Refactor events and talks

This commit is contained in:
Oliver Davies 2017-07-09 09:15:27 +01:00
parent af663e2397
commit 20c8f2d834
29 changed files with 309 additions and 251 deletions

View file

@ -1,4 +1,5 @@
---
id: getting-your-data-into-drupal-8
title: Getting (Your Data) Into Drupal 8
type: Talk
slides:
@ -18,9 +19,6 @@ meta:
width: 2560
height: 1440
type: image/png
events:
- { id: drupal-bristol, date: '2017-01-18' }
- { id: drupalcamp-london-17, date: '2017-03-04', time: '12:05 - 12:50' }
---
If youve moved a site from Drupal 6 to 7, the chances are that youve either used the upgrade path to update your old site in-place, or you built a new site from scratch and used the Migrate module from contrib to migrate your data from the old database.