Skip to content

Commit

Permalink
Merge pull request #151 from ryanjcohen/webhooks-admin-ui
Browse files Browse the repository at this point in the history
Webhooks admin configuration warning addition
  • Loading branch information
keharper authored Feb 8, 2024
2 parents 8c8cadf + aa2f437 commit 5a20d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/webhooks/admin-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Click **Add New Webhook** from the grid page to display the form for creating a

<InlineAlert variant="warning" slots="text" />

On Cloud instances, due to the read-only file system, the `webhooks:generate:module` command cannot be run. If a plugin-type webhook is added through the Admin, the method name and type should be declared in a `webhooks.xml` file.
On Cloud instances, due to the read-only file system, the `webhooks:generate:module` command cannot be run. If a plugin-type webhook is added through the Admin, the method name and type should be declared in a `webhooks.xml` file so that the required plugin is generated during the build phase of the deployment process.

## Edit an existing hook

Expand Down

0 comments on commit 5a20d74

Please sign in to comment.