@@ -77,6 +77,40 @@ export function Test() {
7777 { type : 'string' , name : 'gitUrl' , label : 'gitUrl' } ,
7878 ]
7979 } ,
80+ {
81+ title : "asdf-global2" ,
82+ fields : [
83+ { type : 'string' , name : 'plugin' , label : 'plugin' , required : true , description : 'The plugin to install' } ,
84+ { type : 'string' , name : 'version' , label : 'version' , required : true , description : 'The version to install' } ,
85+ ] ,
86+ description : 'Asdf global sets the global version of a asdf installed plugin.'
87+ } ,
88+ {
89+ title : "asdf-install2" ,
90+ description : 'Asdf install is responsible for installing an asdf resource' ,
91+ fields : [
92+ { type : 'string' , name : 'directory' , label : 'directory' , required : true , description : 'The directory to install.' } ,
93+ ]
94+ } ,
95+ {
96+ title : "asdf-local2" ,
97+ description : 'Asdf global sets the local version of a asdf installed plugin.' ,
98+ fields : [
99+ { type : 'string' , name : 'plugin' , label : 'plugin' , required : true } ,
100+ { type : 'string' , name : 'version' , label : 'version' , required : true } ,
101+ { type : 'string' , name : 'directory' , label : 'directory' } ,
102+ { type : 'array' , name : 'directories' , label : 'directories' } ,
103+ ]
104+ } ,
105+ {
106+ title : "asdf-plugin2" ,
107+ // description: 'Asdf plugin installs a plugin.',
108+ fields : [
109+ { type : 'string' , name : 'plugin' , label : 'plugin' , required : true } ,
110+ { type : 'string' , name : 'versions' , label : 'version' } ,
111+ { type : 'string' , name : 'gitUrl' , label : 'gitUrl' } ,
112+ ]
113+ } ,
80114 ]
81115 } }
82116 />
0 commit comments