forked from Percha/com_fieldsattachsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfieldsattachsearch.xml
More file actions
79 lines (68 loc) · 2.98 KB
/
fieldsattachsearch.xml
File metadata and controls
79 lines (68 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.0" method="upgrade">
<name>com_fieldsattachsearch</name>
<creationDate>2013-12-25</creationDate>
<copyright>Copyright (C) 2013. Todos los derechos reservados.</copyright>
<license>Licencia Pública General GNU versión 2 o posterior. Consulte LICENSE.txt</license>
<author>Cristian Grañó</author>
<authorEmail>cristian@percha.com</authorEmail>
<authorUrl>http://www.percha.com</authorUrl>
<version>1.3.0</version>
<description>Layout creator to search articles with extrafields</description>
<install> <!-- Runs on install -->
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall> <!-- Runs on uninstall -->
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<update> <!-- Runs on update; New in 1.6 -->
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
<schemapath type="mysqli">sql/updates/mysqli</schemapath>
</schemas>
</update>
<files folder="site">
<filename>index.html</filename>
<filename>fieldsattachsearch.php</filename>
<filename>controller.php</filename>
<filename>router.php</filename>
<folder>views</folder>
<folder>models</folder>
<folder>controllers</folder>
<folder>helpers</folder>
</files>
<languages folder="site">
<language tag="en-GB">language/en-GB.com_fieldsattachsearch.ini</language>
</languages>
<administration>
<menu img="components/com_fieldsattachsearch/assets/images/s_com_fieldsattachsearch.png" >COM_FIELDSATTACHSEARCH</menu>
<submenu>
<menu link="option=com_fieldsattachsearch&view=seachs" view="seachs" img="components/com_fieldsattachsearch/assets/images/s_seachs.png" alt="Fieldsattachsearch/Seachs">COM_FIELDSATTACHSEARCH_TITLE_SEACHS</menu>
</submenu>
<files folder="admin">
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<filename>fieldsattachsearch.php</filename>
<folder>controllers</folder>
<folder>assets</folder>
<folder>helpers</folder>
<folder>models</folder>
<!-- SQL files section -->
<folder>sql</folder>
<folder>tables</folder>
<folder>views</folder>
</files>
<languages folder="admin">
<language tag="en-GB">language/en-GB.com_fieldsattachsearch.ini</language>
<language tag="en-GB">language/en-GB.com_fieldsattachsearch.sys.ini</language>
</languages>
</administration>
</extension>
<!-- Component built by the Joomla Component Creator -->
<!-- http://www.notwebdesign.com/joomla-component-creator/ -->