diff --git a/agaric/templates/field/field--field-subtitle.html.twig b/agaric/templates/field/field--field-subtitle.html.twig index ab9ed90..64df3e6 100644 --- a/agaric/templates/field/field--field-subtitle.html.twig +++ b/agaric/templates/field/field--field-subtitle.html.twig @@ -36,10 +36,6 @@ * @see template_preprocess_field() */ #} -{# - Ensures that the visually hidden option for field labels works correctly. - @todo: Remove when https://www.drupal.org/node/2779919 is resolved. -#} {# Child templates can specify classes to be added to items. #} {% set item_classes = item_classes ?? ['subtitle'] %} diff --git a/agaric/templates/field/field--field-title.html.twig b/agaric/templates/field/field--field-title.html.twig index d9c8b22..4441b7c 100644 --- a/agaric/templates/field/field--field-title.html.twig +++ b/agaric/templates/field/field--field-title.html.twig @@ -36,10 +36,6 @@ * @see template_preprocess_field() */ #} -{# - Ensures that the visually hidden option for field labels works correctly. - @todo: Remove when https://www.drupal.org/node/2779919 is resolved. -#} {# Child templates can specify classes to be added to items. #} {% set item_classes = item_classes ?? ['title'] %}