From 3e9b1625ec8765b929a8974c6a4de937244ef703 Mon Sep 17 00:00:00 2001 From: Lauri Eskola <lauri.eskola@acquia.com> Date: Tue, 24 Nov 2020 17:32:04 +0200 Subject: [PATCH] Issue #3176913 by sarvjeetsingh, mherchel: [Olivero Code Review] Missing @file documentation in block--system-powered-by-block.html.twig --- .../block/block--system-powered-by-block.html.twig | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/core/themes/olivero/templates/block/block--system-powered-by-block.html.twig b/core/themes/olivero/templates/block/block--system-powered-by-block.html.twig index 0b94cdf9b950..3b3f02d422ef 100644 --- a/core/themes/olivero/templates/block/block--system-powered-by-block.html.twig +++ b/core/themes/olivero/templates/block/block--system-powered-by-block.html.twig @@ -1,5 +1,14 @@ {% extends "block.html.twig" %} - +{# +/** + * @file + * Olivero's theme implementation for Powered by Drupal block. + * + * The Powered by Drupal block is an optional link to the home page of the + * Drupal project. + * + */ +#} {% block content %} {{ attach_library('olivero/powered-by-block') }} <span> -- GitLab