Open amitaibu opened 1 month ago
Make all paragraphs types translatable
Navigate to /config/regional/content-language
. All paragraphs (except search) should already be translatable.
Let's add a hook that, upon creating a new Paragraph type, forces it to be translatable.
/config/regional/content-language
.
2.1. The checkbox to make this new paragraph type should already be checked.
2.2. The following should be unchecked for this new paragraph type:
2.2.1. Checkbox to make 'Published' translatable
2.2.2. Checkbox to make 'Authored on' translatable
2.2.3. Checkbox to make paragraph reference field translatable.
2.3. The following should be checked for this new paragraph type:
2.3.1. Checkbox to make the text field translatable.
2.3.2. Checkbox to make the term reference field translatable.
2.3.3. Checkbox to make the content reference field translatable.
https://www.drupal.org/docs/contributed-modules/paragraphs/multilingual-paragraphs-configuration#s-explanation
Todo