Skip to content

Commit 1251912

Browse files
authored
docs(www): Update with clarifying link to restui module (#511)
1 parent 0ea225b commit 1251912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/content/guides/webform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See [https://example-webform.next-drupal.org](https://example-webform.next-drupa
2121
## Installation
2222

2323
1. Install the Webform REST module: `composer require drupal/webform_rest`
24-
2. Visit `/admin/config/services/rest` and enable the **Webform Submit** resource.
24+
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.
2525
3. Select _POST_ for the **Methods**, _json_ for **Accepted request formats** and _cookie_ for **Authentication providers**
2626
4. **Save configuration**
2727
5. Next, visit `/admin/people/permissions` and give anonymous users the **Access POST on Webform Submit resource** permission.

0 commit comments

Comments
 (0)