Hi,

I have the following problem while using the stable version of Paragraphs (8.x-1.0-rc4) in Drupal 8.0.2:

  • I'm adding a Paragraphs field to a Content Type (having number of values set to unlimited); that paragraph type has 3 fields of type Image, Link and Text. I would like to have the Link and Text fields translatable (my website is multilanguage).
  • On the "Content language" page the Paragraphs field itself is set to be translatable and also the Link and Text fields within my paragraphs type.
  • I'm adding content in the website's default language, then I translate it to another language of my website.
  • Later on, I would like to add another paragraph of the same type to my node and translate it. My problem is that this paragraph does not appear on the node translation page.

Any suggestion on how to solve the above problem is welcome.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

laszlo.csongor created an issue. See original summary.

ytsurk’s picture

Status: Active » Closed (works as designed)
FileSize
104.38 KB

You need to enable the translation of the paragraph entity, leave the referencing field on the content type untranslated.
So here /admin/config/regional/content-language:

screenshot

And enable translation in the field of your paragraph type, here /admin/structure/paragraphs_type/[PARAGRAPH_TYPE]/fields/paragraph.[PARAGRAPH_TYPE].[PARAGRAPH_FIELD]:

paragraph type config

Check also this documentation.

ytsurk’s picture

FileSize
16.82 KB
ytsurk’s picture