More manifest option
Posted: 17 Nov 2021, 06:35
This topic is intended for plugin creator
Here the case i want to make plugin A that require plugin B
Rather telling people to download it automatically download plugin B of course pop up required says This Plugin Required Other Plugin,You want to download it? .
Here the case i want to make plugin A that require plugin B
Rather telling people to download it automatically download plugin B of course pop up required says This Plugin Required Other Plugin,You want to download it? .
Code: Select all
//This is visualed version
{
"id":"unique id",
"version":1,
"title":"plugin A",
"text":"text",
"author":"anyone",
"thumnail":"image.png",
"category":false,
"once":true,
//this plugin require plugin B
"requiremets":[{
"id":"unique id",
"required":true,
//optional
"name":"plugin B"
}]