Customized Mapping Migration of Drupal 6 content to new Drupal 8 instance.

Note: this information applies to the Drupal 8 migration system - it should be moved out of the documentation for the Drupal 7 migrate module.

This is an example of a customized mapping migration of Drupal 6 content to a new
Drupal 8 instance. The new Drupal 8 instance has its own bundles and field instances already built out.

Example customized mapping migration module

Forward module - Drupal 8 documentation

The Forward module allows users to forward a page on your site to a friend. You can configure the module to place a forward link or inline form, on any entity on your site. You can control which view modes the links or inline forms appear on. The module include integrations with Views, Display Suite and other popular modules.

Content Editing Enhancements using Paragraphs

These tutorials are meant to enhance the experience for Drupal content editor.

Labeling Paragraphs

This will help content editor identify Paragraphs when creating content with (a lot) of different Paragraphs.

Example

Paragraphs labels example
Note the 'Label: description' at each Paragraph.

Action Plan

If there is clear and credible evidence someone has repeatedly breached the Drupal Code of Conduct and the Conflict Resolution process has failed, the Community Working Group (CWG) will work with that person to draft an action plan to avoid and prevent ongoing breaches of the Code of Conduct.

Advanced page cache

Custom page cache expiration

If you want to configure expiration of cached pages more granulary then you'll find useful the following settings:

$conf['memcache_storage_page_cache_custom_expiration'] = TRUE;
$conf['memcache_storage_page_cache_expire'] = 60 * 60 * 24;  // 1 day.

In this case page cache won't be expired as usually in Drupal. It will be invalidated only after one day**.

Pages

Subscribe with RSS Subscribe to RSS - Needs updating