These scripts can export the content of aldryn_newsblog posts in JSON format, then import this content into djangocms-stories posts.
- Serialize plugins content from blog posts placeholder (export).
- Write serialized content in a JSON file (export).
- Read serialized content, link the old plugins to the new ones, and try to create them (import).
- Save those plugins in the placeholder of stories (import).
