vpeltot/content_staging

一个用于在网站安装期间保持内容的 Drupal 模块。

安装次数: 2,859

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 6

公开问题: 3

类型:drupal-module

1.3 2017-09-15 14:54 UTC

This package is auto-updated.

Last update: 2024-09-08 22:24:09 UTC


README

Content Staging

This module provide a content staging for all Drupal 8 projects.

Exporting content:
--------------------

1. After enabling this module, go to /admin/config/system/content-staging :
     - Choose all entity types / bundles you want to export the content
     - Change the default content staging directory ('../staging' by default).
       This directory is relative to the drupal root.

2. Run the drush command :
    $ drush export-content


Importing content:
--------------------

1. Run the drush command to update migration entities
   regarding the previous configuration.
    $ drush update-migration-config

2. Run the migration
    $ drush mi --group content_staging


TODO:
--------------------

Add an alert if an entity reference exists
when an entity type is chosen in the admin page.