Authorized tags =============== To be able to filter the plugin by usage, the marketplace can filter the plugins by tags. The tags are also used to help the user understand in what categorie the plugin is. tags ---- Syntax ^^^^^^ +---------------+---------------------------------------------------------------------------------------------------------------------------------------+ | tags | description | +===============+=============+=========================================================================================================================+ | name | mandatory | identifier of plugin (small string) | +---------------+-------------+-------------------------------------------------------------------------------------------------------------------------+ | description | mandatory | description of plugin (long string) | +---------------+-------------+-------------------------------------------------------------------------------------------------------------------------+ | version | mandatory | version of plugin (small string like X.Y) | +---------------+-------------+-------------------------------------------------------------------------------------------------------------------------+ | authors | mandatory | Array of author(s) e-mail addresses | +---------------+-------------+-------------------------------------------------------------------------------------------------------------------------+ | status | mandatory | "Development" or "Stable" | +---------------+-------------+-------------------------------------------------------------------------------------------------------------------------+ | screenshotUrl | recommended | Array of Url of screenshots files ( png/gif/jpg) | +---------------+-------------+-------------------------------------------------------------------------------------------------------------------------+ | logoUrl | recommended | url to the logo file | +---------------+-------------+-------------------------------------------------------------------------------------------------------------------------+ | tags | recommended | Array of tags used to sort the plugins in FusionDirectory market | +---------------+-------------+-------------------------------------------------------------------------------------------------------------------------+ | license | mandatory | identifier of the license used like : GPLv2 | +---------------+-------------+-------------------------------------------------------------------------------------------------------------------------+ | origin | mandatory | "Source" or "Package" Package is for distribution packaging, the tools will not attempt to insttall or remove the plugin| +---------------+-------------+-------------------------------------------------------------------------------------------------------------------------+