Browse Source

Remove formattable from webhook actions.

pull/857/head
Sebastian 4 years ago
parent
commit
8f54f99e5b
  1. 1
      backend/extensions/Squidex.Extensions/Actions/Webhook/WebhookAction.cs

1
backend/extensions/Squidex.Extensions/Actions/Webhook/WebhookAction.cs

@ -44,7 +44,6 @@ namespace Squidex.Extensions.Actions.Webhook
[Display(Name = "Headers (Optional)", Description = "The message headers in the format '[Key]=[Value]', one entry per line.")] [Display(Name = "Headers (Optional)", Description = "The message headers in the format '[Key]=[Value]', one entry per line.")]
[Editor(RuleFieldEditor.TextArea)] [Editor(RuleFieldEditor.TextArea)]
[Formattable]
public string Headers { get; set; } public string Headers { get; set; }
[Display(Name = "Shared Secret", Description = "The shared secret that is used to calculate the payload signature.")] [Display(Name = "Shared Secret", Description = "The shared secret that is used to calculate the payload signature.")]

Loading…
Cancel
Save