Difference between revisions of "Extensions:Admin Prompt Accordion"
Jump to navigation
Jump to search
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Admin Prompt Accordion|desc=A simple accordion to organize the admin side of prompts|auth=Preimpression|status=stable|github={{Github|user=preimpression|branch=extension/admin-prompts-accordion}}|LKVer=2.1.0|migration=no|package=no}} |
− | + | ||
+ | Do you have a lot of prompts in different categories? Pull this extension to create a simple accordion on your admin panel prompts page. The old style is also available for use if your admins prefer that. | ||
+ | |||
== Installation == | == Installation == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | Pull the branch into your own, fix any conflicts, then push. | ||
+ | |||
+ | Run <code>php artisan optimize</code>, sometimes twice is necessary. |
Revision as of 14:47, 3 February 2023
Description | A simple accordion to organize the admin side of prompts |
---|---|
Author(s) | Preimpression |
Status | stable |
Github | extension/admin-prompts-accordion |
LK Version | 2.1.0 |
Do you have a lot of prompts in different categories? Pull this extension to create a simple accordion on your admin panel prompts page. The old style is also available for use if your admins prefer that.
Installation
Pull the branch into your own, fix any conflicts, then push.
Run php artisan optimize
, sometimes twice is necessary.