feat(menu): admin menu short-name constant COM_MOKOSUITENPO_SHORT (#37) #41
@@ -5,7 +5,7 @@
|
||||
# FILE INFORMATION
|
||||
# DEFGROUP: Gitea.Workflow
|
||||
# INGROUP: mokocli.Automation
|
||||
# VERSION: 01.07.30
|
||||
# VERSION: 01.07.33
|
||||
# BRIEF: Auto-create feature branch when an issue is opened
|
||||
|
||||
name: "Universal: Issue Branch"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
COM_MOKOSUITENPO="MokoSuite NPO"
|
||||
COM_MOKOSUITENPO_SHORT="NPO"
|
||||
COM_MOKOSUITENPO_XML_DESCRIPTION="MokoSuite NPO component."
|
||||
@@ -7,13 +7,16 @@
|
||||
<license>GPL-3.0-or-later</license>
|
||||
<authorEmail>hello@mokoconsulting.tech</authorEmail>
|
||||
<authorUrl>https://mokoconsulting.tech</authorUrl>
|
||||
<version>01.07.30</version>
|
||||
<version>01.07.33</version>
|
||||
<php_minimum>8.3</php_minimum>
|
||||
<description>MokoSuite NPO component</description>
|
||||
<description>COM_MOKOSUITENPO_XML_DESCRIPTION</description>
|
||||
<namespace path="src">Moko\Component\MokoSuiteNpo</namespace>
|
||||
<administration>
|
||||
<menu>MokoSuite NPO</menu>
|
||||
<files folder="admin"><folder>src</folder><folder>services</folder><folder>tmpl</folder></files>
|
||||
<menu>COM_MOKOSUITENPO_SHORT</menu>
|
||||
<files folder="admin"><folder>language</folder><folder>src</folder><folder>services</folder><folder>tmpl</folder></files>
|
||||
<languages folder="admin/language">
|
||||
<language tag="en-GB">en-GB/com_mokosuitenpo.sys.ini</language>
|
||||
</languages>
|
||||
</administration>
|
||||
<files folder="site"><folder>src</folder><folder>tmpl</folder></files>
|
||||
<api><files folder="api"><folder>src</folder></files></api>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<extension type="package" method="upgrade">
|
||||
<name>Package - MokoSuite NPO</name>
|
||||
<packagename>mokosuitenpo</packagename>
|
||||
<version>01.07.30</version>
|
||||
<version>01.07.33</version>
|
||||
<creationDate>2026-06-11</creationDate>
|
||||
<author>Moko Consulting</author>
|
||||
<authorEmail>hello@mokoconsulting.tech</authorEmail>
|
||||
|
||||
Reference in New Issue
Block a user