Skip to content

Commit

Permalink
Merge "[cms] Add more description to CMS publish webhooks"
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 62b7015f31ff0a189868162525d700a2990a8233
  • Loading branch information
chungwu authored and Copybara committed Dec 18, 2023
1 parent 5ac06d6 commit 65eee87
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,11 @@ function ModelSettingsModal(props: {
>
<Input />
</Form.Item>
<Form.Item label="Webhooks">
<Form.Item label="Publish Webhooks">
<p>
You can specify webhooks that are triggered whenever a CMS entry
is published.
</p>
<Form.List name={["webhooks"]}>
{(fields, handles) => (
<div className="flex-col vlist-gap-m">
Expand Down

0 comments on commit 65eee87

Please sign in to comment.