- 🇫🇷France matoeil
adding the links to olivero solve the problem as long as content translation is not used
function child_preprocess_links(&$variables) { if (!empty($variables['links'])) { foreach ($variables['links'] as $key => $value) { if (!is_numeric($key)) { $class = Html::getClass($key); $variables['links'][$key]['attributes']->addClass($class); } } }
When trying to edit paragraphs on a fr or en version of one content , the modifications affect both versions ( 1revision for each language is created)
Are these links language aware ?