From 07b1a148508a8bfa9fd57c19c08a5b799c6a46bc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 13 Apr 2024 23:04:22 +0100 Subject: [PATCH] Add daily email for 2024-04-10 Resurrecting the Speakerdeck Field module --- source/_daily_emails/2024-04-10.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/_daily_emails/2024-04-10.md diff --git a/source/_daily_emails/2024-04-10.md b/source/_daily_emails/2024-04-10.md new file mode 100644 index 000000000..76976ae69 --- /dev/null +++ b/source/_daily_emails/2024-04-10.md @@ -0,0 +1,23 @@ +--- +title: Resurrecting the Speakerdeck Field module +date: 2024-04-10 +permalink: archive/2024/04/10/resurrecting-the-speakerdeck-field-module +tags: + - software-development + - drupal + - php + - open-source +cta: ~ +snippet: | + Resurrecting the Speakerdeck Field Drupal module +--- + +This week, I've resurrected the [Speakerdeck field Drupal module][module]. + +It's a module I wrote in 2017 for the Drupal 8 version of my website to embed Speakerdeck slides on my talk pages. + +My website now runs on Drupal 10, but the great thing is that the same code that worked for Drupal 8 also works for Drupal 9 and 10. + +There was no rewrite for each major version, and as I'm not using any deprecated code, the same code works for all the modern versions mentioned, and it looks like it will for Drupal 11, too. + +[module]: https://www.drupal.org/project/speakerdeck_field