<?xml version="1.0" encoding="UTF-8"?> <extension type="plugin" group="system" method="upgrade"> <name>plg_system_sef</name> <author>Joomla! Project</author> <creationDate>2007-12</creationDate> <copyright>(C) 2007 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>[email protected]</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>3.0.0</version> <description>PLG_SEF_XML_DESCRIPTION</description> <namespace path="src">Joomla\Plugin\System\Sef</namespace> <files> <folder plugin="sef">services</folder> <folder>src</folder> </files> <languages> <language tag="en-GB">language/en-GB/plg_system_sef.ini</language> <language tag="en-GB">language/en-GB/plg_system_sef.sys.ini</language> </languages> <config> <fields name="params"> <fieldset name="basic"> <field name="domain" type="url" label="PLG_SEF_DOMAIN_LABEL" description="PLG_SEF_DOMAIN_DESCRIPTION" hint="https://www.example.com" filter="url" validate="url" /> </fieldset> </fields> </config> </extension>