{{define "content"}}

Configure Plugin: {{(index .Plugins .ChannelPlugin.PluginID).GetName}}

{{if eq .ChannelPlugin.PluginID "security.domainblock"}}
Enter comma-separated list of domains to block (e.g., example.com, evil.org). Messages containing links to these domains will be blocked.
{{else if eq .ChannelPlugin.PluginID "social.instagram"}}
Enter the domain to replace instagram.com links with. Default is ddinstagram.com if left empty.
{{else if eq .ChannelPlugin.PluginID "social.twitter"}}
Enter the domain to replace twitter.com and x.com links with. Default is fxtwitter.com if left empty.
{{else}}
This plugin doesn't have specific configuration fields implemented yet.
{{end}}
{{end}}