From a2dd35a3c2b3c429ee1526f8dcff42924e0c812e Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Fri, 13 Nov 2020 11:26:51 +0000 Subject: [PATCH] Issue #3176919 by kapilkumar0324, komalk, nitesh624, mherchel: Missing @file documentation in Olivero's node.html.twig (cherry picked from commit 0ea2e4d0df4e689a2e121f0673a30a0de4e8456f) --- .../olivero/templates/content/node--article--full.html.twig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/themes/olivero/templates/content/node--article--full.html.twig b/core/themes/olivero/templates/content/node--article--full.html.twig index c08fbb307dd7..55c0ae9db182 100644 --- a/core/themes/olivero/templates/content/node--article--full.html.twig +++ b/core/themes/olivero/templates/content/node--article--full.html.twig @@ -1,3 +1,9 @@ +{# +/** + * @file + * Olivero's theme implementation for an article content type's full view mode. + */ + #} {% include '@olivero/content/node.html.twig' with { 'layout': 'content-narrow', -- GitLab