From 125191288e3fe6b700330ccebb42e488d6080696 Mon Sep 17 00:00:00 2001 From: Mikkel Blyme Date: Tue, 18 Jul 2023 20:22:55 +0200 Subject: [PATCH] docs(www): Update with clarifying link to restui module (#511) --- www/content/guides/webform.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/guides/webform.mdx b/www/content/guides/webform.mdx index 24cf8f66..9c65a164 100644 --- a/www/content/guides/webform.mdx +++ b/www/content/guides/webform.mdx @@ -21,7 +21,7 @@ See [https://example-webform.next-drupal.org](https://example-webform.next-drupa ## Installation 1. Install the Webform REST module: `composer require drupal/webform_rest` -2. Visit `/admin/config/services/rest` and enable the **Webform Submit** resource. +2. Visit `/admin/config/services/rest` and enable the **Webform Submit** resource. You might want to require and enable the [Rest UI](https://drupal.org/project/restui) module for that route to be there. 3. Select _POST_ for the **Methods**, _json_ for **Accepted request formats** and _cookie_ for **Authentication providers** 4. **Save configuration** 5. Next, visit `/admin/people/permissions` and give anonymous users the **Access POST on Webform Submit resource** permission.