πŸ‡¬πŸ‡§United Kingdom @macjules

Account created on 20 January 2023, over 1 year ago
#

Recent comments

πŸ‡¬πŸ‡§United Kingdom macjules

I have tried to reproduce this error but it always works ok for me. Can anyone else try and see if Didier's problem is still valid?

πŸ‡¬πŸ‡§United Kingdom macjules

We should always embed or quote links, either internal to drupal.org or external, as hypertext transfer protocol secure (HTTPS).

πŸ‡¬πŸ‡§United Kingdom macjules

Please see: https://www.drupal.org/project/paragraphs/issues/2902371 πŸ› Unpublish paragraph doesn't work correctly in multilangual Needs work

'Consider unpublished translations as valid translations when loading translation from context.'

Patch #21 worked for me with this issue.

πŸ‡¬πŸ‡§United Kingdom macjules

One of the best ways to do this would be to create a custom module to:

1) Export the node and the paragraph configuration(s) using the core Configuration Manager.
2) In the site you wish to import data to you will need to create a migration using the core Migrate module.

There are a few guides out there on how to do this but in summary you want to.

    1. create your content type with a paragraphs entity reference field
    2. create your paragraph(s)
    3. add your created paragraph(s) to your new content type
    4. use drush to export your new configuration (drush cex)
    5. add those newly exported yml files to your custom module's config folder
    6. add content to this website
    7. Create a migration to import the node content ("Node Import")
    8. Create a sub_process for each paragraph you have included in the above migration so that the paragraphs migration will run as a part of the node import

    Destination website

    • Enable your custom module which will enable the configuration.
    • Visit the Structure > Migrate page and click 'Execute' beside the Node Import migration script
    Production build 0.69.0 2024