From 006cac627a1032081d32c486cd91f15d4734cc91 Mon Sep 17 00:00:00 2001 From: tombannister-94 Date: Thu, 22 Jun 2023 10:10:26 +0100 Subject: [PATCH 1/2] feat: add new anchor id field to the plugin templates --- CHANGELOG.md | 3 +++ giant_plugins/templates/plugins/content_width_video.html | 2 +- giant_plugins/templates/plugins/donate.html | 2 +- giant_plugins/templates/plugins/page_card/container.html | 2 +- giant_plugins/templates/plugins/rich_text.html | 2 +- pyproject.toml | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9005f..be95b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.18 +- Added anchor_id field to the templates. + ## 1.0.17 - Added anchor_id field to the Content Width Video, Donate, Page Card Block, and Rich Text plugins. diff --git a/giant_plugins/templates/plugins/content_width_video.html b/giant_plugins/templates/plugins/content_width_video.html index 18c400b..cfbbb30 100644 --- a/giant_plugins/templates/plugins/content_width_video.html +++ b/giant_plugins/templates/plugins/content_width_video.html @@ -2,7 +2,7 @@ {% thumbnail instance.image 150x150 crop upscale quality=50 as thumb %} -
+
diff --git a/giant_plugins/templates/plugins/donate.html b/giant_plugins/templates/plugins/donate.html index 6f497d5..318ae18 100644 --- a/giant_plugins/templates/plugins/donate.html +++ b/giant_plugins/templates/plugins/donate.html @@ -1,5 +1,5 @@ {% load cms_tags %} -