From 87642c8ff2f91f0d6298c92947496223d0cef100 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Oct 2023 20:57:52 +0100 Subject: [PATCH] daily-email: add 2023-10-09 Spotting new things in Drupal 10.1 --- src/content/daily-email/2023-10-09.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/content/daily-email/2023-10-09.md diff --git a/src/content/daily-email/2023-10-09.md b/src/content/daily-email/2023-10-09.md new file mode 100644 index 00000000..ca4c16cc --- /dev/null +++ b/src/content/daily-email/2023-10-09.md @@ -0,0 +1,20 @@ +--- +title: > + Spotting new things in Drupal 10.1 +pubDate: 2023-10-09 +permalink: > + archive/2023/10/09/spotting-new-things-in-drupal-10-1 +tags: + - php + - drupal +--- + +I've recently updated my [Drupal Docker example project][project] to Drupal 10.1.5 and have been spotting new things. + +From British English as my default option during installation, UX improvements to the admin pages, and developer settings such as Twig caching being configurable in the admin UI. + +Something I've loved since Drupal 8 is the constant new features and iterative improvements being added to Drupal core. + +I'm looking forward to finding more of these as I keep upgrading my Docker example project as well as others. + +[project]: https://github.com/opdavies/docker-example-drupal