mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
added plugin categories
This commit is contained in:
parent
a9a7ac85c9
commit
677c713cff
3 changed files with 662 additions and 2 deletions
|
|
@ -47,6 +47,12 @@ namespace Dalamud.Plugin.Internal.Types
|
|||
[JsonProperty]
|
||||
public List<string>? Tags { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a list of category tags defined on the plugin.
|
||||
/// </summary>
|
||||
[JsonProperty]
|
||||
public List<string>? CategoryTags { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether or not the plugin is hidden in the plugin installer.
|
||||
/// This value comes from the plugin master and is in addition to the list of hidden names kept by Dalamud.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue