D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
ipwdn
/
administrator
/
components
/
com_articles
/
Filename :
articles.xml
back
Copy
<?xml version="1.0" encoding="UTF-8"?> <extension type="component" method="upgrade"> <name>Articles</name> <!-- The following elements are optional and free of formatting conttraints --> <creationDate>November 2021</creationDate> <author>Daniel Sas</author> <copyright>Copyright (C) 2021 Daniel Sas, All rights reserved.</copyright> <license></license> <!-- The version string is recorded in the components table --> <version>0.1.0</version> <!-- The description is optional and defaults to the name --> <description>Articles</description> <namespace path="src">Inhort\Component\Articles</namespace> <install> <!-- Runs on install --> <sql> <file driver="mysql" charset="utf8">sql/install.mysql.sql</file> </sql> </install> <uninstall> <!-- Runs on uninstall --> <sql> <file driver="mysql" charset="utf8">sql/uninstall.mysql.sql</file> </sql> </uninstall> <!-- Site Main File Copy Section --> <!-- Note the folder attribute: This attribute describes the folder to copy FROM in the package to install therefore files copied in this section are copied from /site/ in the package --> <files folder="site/"> <folder>src</folder> <folder>tmpl</folder> </files> <!-- <languages folder="site"> <language tag="en-GB">language/en-GB/com_mywalks.ini</language> </languages> --> <administration> <files folder="admin/"> <!-- <file>access.xml</file> --> <!-- <folder>forms</folder> --> <folder>services</folder> <folder>sql</folder> <folder>src</folder> <folder>tmpl</folder> </files> <menu link="option=com_articles">Articles</menu> </administration> </extension>