Skip to content

Commit

Permalink
docs(www): Update with clarifying link to restui module (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
blyme authored Jul 18, 2023
1 parent 0ea225b commit 1251912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/guides/webform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit 1251912

@vercel
Copy link

@vercel vercel bot commented on 1251912 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.