{{ $apiVersion := .Plugin.Manifest.Plugin.Server.ApiVersion.Require }}
ID | {{ .Plugin.ID }} |
Type | {{ .Plugin.Type }} |
Name | {{ .Plugin.Name }} |
Enabled | |
AutoAdded | |
Base URL Prefix | {{ .Plugin.BaseUrlPrefix }} |
Base URL | {{ .PluginBaseURL }} |
Plugin URL | {{ .PluginURL }} |
Version | {{ .Plugin.Manifest.Plugin.Version }} |
API Version | {{ if $apiVersion }}{{ $apiVersion }}{{ else }}-{{ end }} |
Webfrontend {{ $key }} | {{ $wfe }} |
Custom Events | {{ template "jsontree" Marshal .Plugin.Manifest.CustomEvents }} {{ if .Plugin.Manifest.CustomEvents }} {{ template "jsontree" Marshal .Plugin.Manifest.CustomEvents }} {{ else }} - {{ end }} |