Difference between revisions of "Extensions:Trait Subcategories"
Jump to navigation
Jump to search
(Created page) Tag: 2017 source edit |
(Add data) Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Trait Subcategories|desc=Adds subcategories to traits.|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=extension/trait-subcategory}}|LKVer=2.1.5|migration=yes|package=no}} |
− | + | Add subcategories to traits (purely for organizational purposes). | |
== Installation == | == Installation == | ||
− | < | + | Pull and run <code>php artisan migrate</code>, run <code>php artisan optimize</code> twice |
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
Line 10: | Line 10: | ||
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | <!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | ||
== Images == | == Images == | ||
− | < | + | == Images == |
+ | <gallery> | ||
+ | File:Trait_Subcategories.png|An example of a trait with a subcategory. | ||
+ | </gallery> | ||
== See Also == | == See Also == | ||
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | ||
− |
Revision as of 12:23, 29 June 2024
Description | Adds subcategories to traits. |
---|---|
Author(s) | CH3RVB |
Status | stable |
Github | extension/trait-subcategory |
LK Version | 2.1.5 |
Contains a Migration | |
Add subcategories to traits (purely for organizational purposes).
Installation
Pull and run php artisan migrate
, run php artisan optimize
twice