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

Open
opened 2026-07-06 03:00:11 +00:00 by jmiller · 2 comments
Owner

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

Current: the top-level Administrator → Components menu item uses the full constant COM_MOKOOG (element is com_mokoog).

Required (match MokoSuiteHQ / MokoSuiteClient):

  1. Set the manifest's top-level <administration><menu> to COM_MOKOOG_SHORT.
  2. Define COM_MOKOOG_SHORT="OpenGraph" in the component's .sys.ini.

Suggested short value: "OpenGraph" (or "OG" if you prefer the abbreviation).

Part of the org-wide MokoSuite component naming/consistency pass. **Current:** the top-level Administrator → Components menu item uses the full constant `COM_MOKOOG` (element is `com_mokoog`). **Required (match MokoSuiteHQ / MokoSuiteClient):** 1. Set the manifest's top-level `<administration><menu>` to `COM_MOKOOG_SHORT`. 2. Define `COM_MOKOOG_SHORT="OpenGraph"` in the component's **`.sys.ini`**. Suggested short value: **"OpenGraph"** (or "OG" if you prefer the abbreviation).
Author
Owner

Branch created: feature/119-admin-menu-use-com-short-short-name-cons

git fetch origin
git checkout feature/119-admin-menu-use-com-short-short-name-cons
Branch created: [`feature/119-admin-menu-use-com-short-short-name-cons`](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteOpenGraph/src/branch/feature/119-admin-menu-use-com-short-short-name-cons) ```bash git fetch origin git checkout feature/119-admin-menu-use-com-short-short-name-cons ```
Author
Owner

PR opened to resolve this: #123#123

  • Adds COM_MOKOOG_SHORT="OpenGraph" to source/packages/com_mokoog/language/en-GB/com_mokoog.sys.ini
  • Points the manifest <administration><menu> at COM_MOKOOG_SHORT (attributes preserved)

Targets dev; not merged (awaiting review).

PR opened to resolve this: #123 — https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteOpenGraph/pulls/123 - Adds `COM_MOKOOG_SHORT="OpenGraph"` to `source/packages/com_mokoog/language/en-GB/com_mokoog.sys.ini` - Points the manifest `<administration><menu>` at `COM_MOKOOG_SHORT` (attributes preserved) Targets `dev`; not merged (awaiting review).
Sign in to join this conversation.