You are here

README.txt in Paragraphs asymmetric translation widgets 8

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 environments.

Installation:

TODO (until then, please check the mother issue)

Configuration:

TODO (until then, please chech the mother issue)

Warning:

It is reported that if you change your translation
configuration on an existing site in order to start
using this module, you might experience soft data loss.
More specifically, paragraph entities whose hosting
fields get set from non translatable to translatable
seem to get unlinked from their hosting entities.
This means that they are still in the database (since,
until now, paragraphs module doesn't have garbage
collection routines) but they are not rendered.
TODO: Implement a "migration path".


More details about the module

tldr: The task was about supporting asymmetric translations
on the paragraphs module. After lot of discussion and
effort, the module maintainer suggested that it would
be better if a new module gets created that will offer this
functionality.

This module starts with the latest patch that passed
the tests and was reported to be working.

* In order to use this module, you need to use paragraphs
 module version 1.3 or higher *

File

README.txt
View source
  1. Paragraphs Asymmetric Translation Widgets
  2. This module starts as a spin-off from this task:
  3. https://www.drupal.org/project/paragraphs/issues/2461695
  4. This module is still under development and you are advised
  5. to not use it on production environments.
  6. Installation:
  7. TODO (until then, please check the mother issue)
  8. Configuration:
  9. TODO (until then, please chech the mother issue)
  10. Warning:
  11. It is reported that if you change your translation
  12. configuration on an existing site in order to start
  13. using this module, you might experience soft data loss.
  14. More specifically, paragraph entities whose hosting
  15. fields get set from non translatable to translatable
  16. seem to get unlinked from their hosting entities.
  17. This means that they are still in the database (since,
  18. until now, paragraphs module doesn't have garbage
  19. collection routines) but they are not rendered.
  20. TODO: Implement a "migration path".
  21. More details about the module
  22. tldr: The task was about supporting asymmetric translations
  23. on the paragraphs module. After lot of discussion and
  24. effort, the module maintainer suggested that it would
  25. be better if a new module gets created that will offer this
  26. functionality.
  27. This module starts with the latest patch that passed
  28. the tests and was reported to be working.
  29. * In order to use this module, you need to use paragraphs
  30. module version 1.3 or higher *