Admin menu: use COM_..._SHORT short-name constant (one-word naming pass) #13

Closed
opened 2026-07-06 02:58:58 +00:00 by jmiller · 1 comment
Owner

Part of the org-wide MokoSuite component naming/consistency pass.

Current: the top-level Administrator → Components menu item uses the full constant COM_MOKOSUITEEDITOR (no short form).

Required (match MokoSuiteHQ / MokoSuiteClient):

  1. Set the manifest's top-level <administration><menu> to COM_<ELEMENT>_SHORT.
  2. Define COM_<ELEMENT>_SHORT="Editor" in the component's .sys.ini.

Suggested short value: "Editor".

Part of the org-wide MokoSuite component naming/consistency pass. **Current:** the top-level Administrator → Components menu item uses the full constant `COM_MOKOSUITEEDITOR` (no short form). **Required (match MokoSuiteHQ / MokoSuiteClient):** 1. Set the manifest's top-level `<administration><menu>` to `COM_<ELEMENT>_SHORT`. 2. Define `COM_<ELEMENT>_SHORT="Editor"` in the component's **`.sys.ini`**. Suggested short value: **"Editor"**.
Author
Owner

PR opened to resolve this: #16#16

Created admin/language/en-GB/com_mokosuiteeditor.sys.ini with COM_MOKOSUITEEDITOR_SHORT="Editor" (plus base + XML_DESCRIPTION keys), retargeted the manifest <menu> from COM_MOKOSUITEEDITOR to COM_MOKOSUITEEDITOR_SHORT, and wired a <languages folder="admin/language"> block into <administration> (mirrors MokoSuiteHQ). Awaiting review — not merged.

https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R

PR opened to resolve this: #16 — https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteEditor/pulls/16 Created `admin/language/en-GB/com_mokosuiteeditor.sys.ini` with `COM_MOKOSUITEEDITOR_SHORT="Editor"` (plus base + XML_DESCRIPTION keys), retargeted the manifest `<menu>` from `COM_MOKOSUITEEDITOR` to `COM_MOKOSUITEEDITOR_SHORT`, and wired a `<languages folder="admin/language">` block into `<administration>` (mirrors MokoSuiteHQ). Awaiting review — not merged. https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R
Sign in to join this conversation.
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteEditor#13