From fdd4c882604e02784a69e666441fc315c27c70b7 Mon Sep 17 00:00:00 2001
From: Rezn1r
+ {plugin?.displayName} +
++ Upload a new pre-built artifact. After uploading you'll be + taken to the submission form to set the version number, changelog, + and submit for review. +
+
+
+ Upload pre-built artifacts directly. The license will be + automatically set to "Proprietary". Your plugin will go + through VirusTotal scanning and admin review before being published. +
+- View build history and logs for this plugin. -
++ {plugin.isProprietary + ? "Upload new artifacts and submit them for review." + : "View build history and logs for this plugin."} +
+by{" "} diff --git a/src/components/EditPluginForm.tsx b/src/components/EditPluginForm.tsx index 35284d0..ed4a9e0 100644 --- a/src/components/EditPluginForm.tsx +++ b/src/components/EditPluginForm.tsx @@ -344,35 +344,47 @@ export default function EditPluginForm({ plugin }: { plugin: any }) { )}
- All plugins must have an OSI-approved open source license (Rule - D6). + {plugin?.isProprietary + ? "Proprietary plugins use the Proprietary license." + : "All plugins must have an OSI-approved open source license (Rule D6)."}
- This field cannot be changed after creation. -
- -+ This field cannot be changed after creation. +
+ +- Relative path to the icon file in your repository. If not found, - the default EndGit logo will be used. + {plugin?.isProprietary + ? "Direct URL to the plugin icon image." + : "Relative path to the icon file in your repository. If not found, the default EndGit logo will be used."}