I exploit paragraphs with my content material sort. I would like to indicate weight (order) worth of every paragraph in my twig template. I can change weight with choose field once I edit Drupal Development node, however I can not determine the way to get it in twig.
I believed it might be one thing like this:
perform ws_preprocess_paragraph(&$variables) { $par = $variables['paragraph']; $myweight = $par->weight; }
Please assist)