{{define "plugins/_fields.html"}} {{if eq .PluginID "security.domainblock"}} {{template "plugins/security.domainblock.html" .}} {{else if eq .PluginID "social.instagram"}} {{template "plugins/social.instagram.html" .}} {{else if eq .PluginID "social.twitter"}} {{template "plugins/social.twitter.html" .}} {{else if eq .PluginID "util.gallerydl"}} {{template "plugins/util.gallerydl.html" .}} {{else}}
This plugin doesn't have specific configuration fields implemented yet.
{{end}} {{end}}