96 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <extension type="component" version="4.0" method="upgrade">
 | |
|     <name>com_highlights</name>
 | |
|     <creationDate>2025-01-03</creationDate>
 | |
|     <copyright>2024 Eddy Prosperi</copyright>
 | |
|     <license>GNU General Public License versione 2 o successiva; vedi LICENSE.txt</license>
 | |
|     <author>Eddy Prosperi</author>
 | |
|     <authorEmail>eddy.prosperi@protocollicreativi.it</authorEmail>
 | |
|     <authorUrl>http://</authorUrl>
 | |
|     <version>CVS: 1.0.0</version>
 | |
|     <description></description>
 | |
|     <namespace path="src">Pcrt\Component\Highlights</namespace>
 | |
|     
 | |
|     <scriptfile>script.php</scriptfile>
 | |
|     
 | |
|     <install> <!-- Runs on install -->
 | |
|         <sql>
 | |
|             <file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
 | |
|         </sql>
 | |
|     </install>
 | |
|     <update> <!-- Runs on update -->
 | |
|         <schemas>
 | |
|             <schemapath type="mysql">sql/updates</schemapath>
 | |
|         </schemas>
 | |
|     </update>
 | |
|     <uninstall> <!-- Runs on uninstall -->
 | |
|         <sql>
 | |
|             <file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
 | |
|         </sql>
 | |
|     </uninstall>
 | |
| 
 | |
|     
 | |
| 
 | |
|     <files folder="site">
 | |
|         <folder>src</folder>
 | |
|         <folder>forms</folder>
 | |
|         <folder>tmpl</folder>
 | |
|     </files>
 | |
|     <media destination="com_highlights" folder="media">
 | |
|         <folder>css</folder>
 | |
|         <folder>js</folder>
 | |
|         <filename>joomla.asset.json</filename>
 | |
|     </media>
 | |
|     <languages folder="site/languages">
 | |
|         
 | |
| 			<language tag="en-GB">en-GB/com_highlights.ini</language>
 | |
| 			<language tag="it-IT">it-IT/com_highlights.ini</language>
 | |
|     </languages>
 | |
|     <administration>
 | |
|         <menu>COM_HIGHLIGHTS</menu>
 | |
|         <submenu>
 | |
|             
 | |
| 			<menu link="option=com_highlights&view=highlights" view="highlights" alt="Highlights/Highlights">COM_HIGHLIGHTS_TITLE_HIGHLIGHTS</menu>
 | |
| 
 | |
| 			<menu link="option=com_highlights&view=etichette" view="etichette" alt="Highlights/Etichette">COM_HIGHLIGHTS_TITLE_ETICHETTE</menu>
 | |
| 
 | |
|         </submenu>
 | |
|         <files folder="administrator">
 | |
|             <filename>access.xml</filename>
 | |
|             <filename>config.xml</filename>
 | |
|             <folder>forms</folder>
 | |
|             <folder>src</folder>
 | |
|             <folder>tmpl</folder>
 | |
|             <folder>services</folder>
 | |
|             <folder>presets</folder>
 | |
|             <folder>sql</folder>
 | |
|         </files>
 | |
|         <languages folder="administrator/languages">
 | |
|             
 | |
| 			<language tag="en-GB">en-GB/com_highlights.ini</language>
 | |
| 			<language tag="en-GB">en-GB/com_highlights.sys.ini</language>
 | |
| 			<language tag="it-IT">it-IT/com_highlights.ini</language>
 | |
| 			<language tag="it-IT">it-IT/com_highlights.sys.ini</language>
 | |
|         </languages>
 | |
|     </administration>
 | |
|     <config>
 | |
|         <fields name="params">
 | |
|             <fieldset name="component">
 | |
|                 <field name="save_history" default="0" />
 | |
|             </fieldset>
 | |
|         </fields>
 | |
|     </config>
 | |
|     <plugins>
 | |
| 		<plugin group="finder" plugin="highlightshighlights"/>
 | |
|     </plugins>
 | |
|     <modules>
 | |
| 		<module module="mod_highlights" />
 | |
| 	</modules>
 | |
| 
 | |
|     <updateservers>
 | |
|         <server type="extension" priority="1" name="com_highlights">https://nocdn.component-creator.com/index.php?task=builder.preupdatecheckhook&option=com_combuilder&component=NzY0NzgtMjEzOTAw</server>
 | |
|     </updateservers>
 | |
| </extension>
 | |
| <!-- Component built by the Joomla Component Creator -->
 | |
| <!-- http://www.component-creator.com/ -->
 |