Unverified Commit f9ce3d5b authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3176906 by markdorison, sarvjeetsingh, paulocs: Correct twig...

Issue #3176906 by markdorison, sarvjeetsingh, paulocs: Correct twig documentation in various Olivero templates

(cherry picked from commit 9fb22e54)
parent 2ab562f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{#
/**
 * @file
 * Default theme override for comment fields.
 * Theme override for comment fields.
 *
 * Available variables:
 * - attributes: HTML attributes for the containing element.
+1 −1
Original line number Diff line number Diff line
{#
/**
 * @file
 * Default theme implementation for a 'form' element.
 * Theme override for a 'form' element.
 *
 * Available variables:
 * - attributes: A list of HTML attributes for the wrapper element.
+1 −1
Original line number Diff line number Diff line
{#
/**
 * @file
 * Default theme implementation for an individual form element.
 * Theme override for an individual form element.
 *
 * Available variables for all fields:
 * - multiple: Whether there are multiple instances of the field.
+1 −1
Original line number Diff line number Diff line
{#
/**
 * @file
 * Default theme implementation for a single local action link.
 * Theme override for a single local action link.
 *
 * Available variables:
 * - attributes: HTML attributes for the wrapper element.
+1 −1
Original line number Diff line number Diff line
{#
/**
 * @file
 * Default theme implementation for the administrative toolbar.
 * Theme override for the administrative toolbar.
 *
 * @todo Remove this template when https://www.drupal.org/project/drupal/issues/3174422
 * is committed.
Loading