- Issue created by @swirt
- @majorrobot opened merge request.
- πΊπΈUnited States majorrobot
I've created a submodule called ai_migration_example. On installation it creates a content type called Easy Migration Example with fields that match what we're already pulling in our AiMigrator service:
$bundle = (object) [ 'title' => '', 'introduction' => '', 'resource URL' => [ 'text' => '', 'url' => '', ], 'authors' => [], 'abstract' => '', 'related topics' => [ [ 'text' => '', 'url' => '', ], ], ];
Adding a sample migration yml file and a custom data parser plugin will be in a future issue.
- πΊπΈUnited States dmundra Eugene, OR
Content-type looks good. Thank you majorrobot
-
dmundra β
committed 27f321f4 on 1.0.x authored by
majorrobot β
Issue #3532877: Create Sample Migration Module
-
dmundra β
committed 27f321f4 on 1.0.x authored by
majorrobot β