From e58479173f7b044fd56dfcf9171feb609a651c2e Mon Sep 17 00:00:00 2001 From: Plamen Date: Tue, 25 Nov 2025 01:05:05 +0800 Subject: [PATCH] Update manifest.md if omitted is taken from the file name, not from the tag, right? --- .../install-update/installation/manifest.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/versioned_docs/version-6.0/building-extensions/install-update/installation/manifest.md b/versioned_docs/version-6.0/building-extensions/install-update/installation/manifest.md index 79b51e4d..9d12c307 100644 --- a/versioned_docs/version-6.0/building-extensions/install-update/installation/manifest.md +++ b/versioned_docs/version-6.0/building-extensions/install-update/installation/manifest.md @@ -73,7 +73,7 @@ In priority order the 'element' database field is set - from the "module=" or "plugin=" attribute in the ``, or - from the `` (after the text is cleaned). -## Root Element +## Root The primary tag of the installation file is @@ -97,19 +97,19 @@ This starting and closing tag is the same for all extensions. The following attr The following elements can be used to insert metadata. Although not strictly required, you should define at least the ``, ``, `` and `` tags, all of which are used on the default administrator Manage Extensions form. ```xml - – extension name (e.g. com_banners). - – author's name (e.g. Joomla! Project) - – date of creation or release (e.g. April 2006) - – a copyright statement (e.g. (C) 2020 - 2030 Open Source Matters. All rights reserved.) - – a license statement (e.g. GNU General Public License version 3 or later; see LICENSE.txt) - – author's email address (e.g. admin@joomla.org) - – URL to the author's website (e.g. www.joomla.org) - – the version number of the extension (e.g. 1.6.0) - – the description of the component (may be shown as a tooltip on the admin Manage Extensions page) - – the internal name of the component. If omitted, name will be cleaned and used -``` - -The `` and `` fields are translatable. If you use language strings for these elements then they should be defined in your language .sys.ini file AND your .ini file. + – extension name (e.g. com_banners); + – author's name (e.g. Joomla! Project); + – date of creation or release (e.g., April 2006); + – a copyright statement (e.g., (C) 2020 - 2030 Open Source Matters. All rights reserved.); + – a license statement (e.g., GNU General Public License version 3 or later; see LICENSE.txt); + – author's email address (e.g., admin@joomla.org); + – URL to the author's website (e.g., www.joomla.org); + – the version number of the extension (e.g., 1.6.0); + – the description of the component (may be shown as a tooltip on the admin Manage Extensions page); + – the internal name of the component. If omitted, the file name (without extension) will be cleaned and used. +``` + +The `` and `` fields are translatable. If you use language strings for these elements, then they should be defined in your language .sys.ini file AND your .ini file. ## Frontend Files