Using Drupal core 8.3.7, I have a multilingual content type with a Multivalue field Paragraph.

In the translated node the button "Add Paragrag-field" is missing, I have tried all the Add mode widget and the Classic and Experimental Paragraph widget, and in any option, the Add button is shown. I have tried in Chrome and in Firefox without result, also I don't get any error messages in the console and neither in Drupal logs.

For the moment the temporal solution that I found is to use the Experimental Paragraph Widget and use the "Duplicate" button.

What is missing in this:

<div class="clearfix">

<!-- THEME DEBUG -->
<!-- THEME HOOK: 'paragraphs_dropbutton_wrapper' -->
<!-- BEGIN OUTPUT from 'modules/contrib/paragraphs/templates/paragraphs-dropbutton-wrapper.html.twig' -->
  <div class="paragraphs-dropbutton-wrapper"><!-- THEME DEBUG --><!-- THEME HOOK: 'input__submit' --><!-- FILE NAME SUGGESTIONS:
   * input--submit.html.twig
   x input.html.twig
--><!-- BEGIN OUTPUT from 'core/themes/classy/templates/form/input.html.twig' --><input class="field-add-more-submit button js-form-submit form-submit" data-drupal-selector="edit-field-section-add-more-add-more-button-section" formnovalidate="formnovalidate" type="submit" id="edit-field-section-add-more-add-more-button-section--a91-DrWVDks" name="field_section_section_add_more" value="Add Paragrap-Field"><!-- END OUTPUT from 'core/themes/classy/templates/form/input.html.twig' --></div>
<!-- END OUTPUT from 'modules/contrib/paragraphs/templates/paragraphs-dropbutton-wrapper.html.twig' -->

</div>

Comments

dimr created an issue. See original summary.

johnchque’s picture

Version: 8.x-1.1 » 8.x-1.x-dev

That is by design. There is no current support of the paragraph field to be translatable, what it is allowed is to have the fields inside the paragraph to be translated. Please check the #2735121: Multilingual Paragraphs configuration.
Also, bug reports go against the dev branch.

miro_dietiker’s picture

But it is a great reminder. The duplicate action should not be shown while translating. :-)

miro_dietiker’s picture

Created referenced issue.

dewalt’s picture

Hi @dimr, this behavior is unsupported by the module, but we have the same needs on the projects and use the next patch.

Its working good on module version 8.x-1.10 when paragraph field is configured to be translatable itself. Each translation could have individual set of paragraphs (but as it is unsupportable behavior it could have troubles with further module versions on on migration)

miro_dietiker’s picture

Category: Bug report » Feature request

This can not be a bug. It is by design.