Difference between revisions of "Extensions:Admin Prompt Accordion"

From Lorekeeper Wiki
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=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{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}}
<!-- Put a short summary of your extension here! -->
+
 
 +
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 ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
== Images ==
 
<!-- Do you have any images to show what it looks like in action? -->
 
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
  
 +
Pull the branch into your own, fix any conflicts, then push. 
 +
 +
Run <code>php artisan optimize</code>, sometimes twice is necessary.

Revision as of 15:47, 3 February 2023

Admin Prompt Accordion
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.