From cfcd0266666a71f11077bc41b8cc777891a36487 Mon Sep 17 00:00:00 2001 From: Brian Perry Date: Tue, 5 Nov 2024 11:24:24 -0600 Subject: [PATCH] chore: add todo to apply patches doc --- www/content/tutorials/quick-start/apply-patches.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/content/tutorials/quick-start/apply-patches.mdx b/www/content/tutorials/quick-start/apply-patches.mdx index 94f384f3..8e37ba90 100644 --- a/www/content/tutorials/quick-start/apply-patches.mdx +++ b/www/content/tutorials/quick-start/apply-patches.mdx @@ -10,6 +10,8 @@ At the time of this writing, there are two patches we need to wire everything to 1. Open your Drupal `composer.json` file. 2. Add the following patches under `"extra"`. +TODO - validate that these patches are necessary and correct. + ```json title=composer.json "extra": { // highlight-start