From 253e6e971661b6f884811a70c92fdd8359740e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jan 2019 21:59:59 -0500 Subject: [PATCH] Suppress any output from the UID field We print dc:creator from the authors field (we allow multiple authors) --- agaric/templates/field/field--node--uid--rss-teaser.html.twig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 agaric/templates/field/field--node--uid--rss-teaser.html.twig diff --git a/agaric/templates/field/field--node--uid--rss-teaser.html.twig b/agaric/templates/field/field--node--uid--rss-teaser.html.twig new file mode 100644 index 0000000..d6aff21 --- /dev/null +++ b/agaric/templates/field/field--node--uid--rss-teaser.html.twig @@ -0,0 +1,2 @@ +{# In field/field--node--field-authors--rss-teaser.html.twig we print the author + so blank it here (since the views RSS handler forces printing this field. #}