credits.txt |
credits.txt |
|
List gathered from this task:
https://www.drupal.org/project/paragraphs/issues/2461695
Original suggested commit message:
git commit -m 'Issue #2461695 by JeroenT, weseze, efpapado, janchojnacki, Tom Robert, FooZee, Jo Fitzgerald, flyke,… |
ParagraphsAsymmetricTranslationTest.php |
tests/src/Functional/ParagraphsAsymmetricTranslationTest.php |
Drupal\Tests\paragraphs_asymmetric_translation_widgets\Functional |
|
ParagraphsAsymmetricWidget.php |
src/Plugin/Field/FieldWidget/ParagraphsAsymmetricWidget.php |
Drupal\paragraphs_asymmetric_translation_widgets\Plugin\Field\FieldWidget |
|
ParagraphsClassicAsymmetricWidget.php |
src/Plugin/Field/FieldWidget/ParagraphsClassicAsymmetricWidget.php |
Drupal\paragraphs_asymmetric_translation_widgets\Plugin\Field\FieldWidget |
|
paragraphs_asymmetric_translation_widgets.info.yml |
paragraphs_asymmetric_translation_widgets.info.yml |
|
paragraphs_asymmetric_translation_widgets.info.yml |
paragraphs_asymmetric_translation_widgets.libraries.yml |
paragraphs_asymmetric_translation_widgets.libraries.yml |
|
paragraphs_asymmetric_translation_widgets.libraries.yml |
paragraphs_asymmetric_translation_widgets.module |
paragraphs_asymmetric_translation_widgets.module |
|
Module file. |
paragraphs_asymmetric_translation_widgets.schema.yml |
config/schema/paragraphs_asymmetric_translation_widgets.schema.yml |
|
config/schema/paragraphs_asymmetric_translation_widgets.schema.yml |
README.txt |
README.txt |
|
Paragraphs Asymmetric Translation Widgets
This module starts as a spin-off from this task:
https://www.drupal.org/project/paragraphs/issues/2461695
This module is still under development and you are advised
to not use it on production… |
widget.css |
css/widget.css |
|
.js .field--widget-paragraphs-classic-asymmetric .dropbutton-wrapper {
display: inline-flex;
padding-right: 0em;
margin-right: 0em;
/* Override 600px breakpoint from core. */
width: auto;
}
.js .field--widget-paragraphs-classic-asymmetric… |