Contribution Date
Technology
Contribution Project
Contribution Details
Implementing initial patch for article migration implementation.
Updated following things:
- Added changes from #3 patch.
- Added migration for importing article content item
Right now i have commented actual function callback that imports content that imports content, i.e. below snippet in "demo_umami_content_install()" hook.
if (!\Drupal::service('config.installer')->isSyncing()) {
//\Drupal::classResolver(InstallHelper::class)->importContent();
}
Instead of this, we are using article migration to import content.
To run and test on local: we need to apply patch from #2931739
Issue Status
Needs work
Contribution Issue Link
Contribution Link
Files count
1
Patches count
1