Current Path :
/
home
/
develito
/
httpdocs
/
plugins
/
search
/
book
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/httpdocs/plugins/search/book/book.xml
<?xml version="1.0" encoding="utf-8"?> <extension version="3.1" type="plugin" group="search" method="upgrade"> <name>plg_search_book</name> <author>Federica Ugolotti</author> <creationDate>2019-10-09</creationDate> <copyright></copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>info@alexandriabooklibrary.org</authorEmail> <authorUrl>www.alexandriabooklibrary.org</authorUrl> <version>3.1.5</version> <description>PLG_SEARCH_BOOK_XML_DESCRIPTION</description> <files> <filename plugin="book">book.php</filename> <filename>index.html</filename> <folder>language</folder> </files> <config> <fields name="params"> <fieldset name="basic"> <field name="search_limit" type="text" default="50" description="PLG_SEARCH_BOOK_FIELD_SEARCHLIMIT_DESC" label="PLG_SEARCH_BOOK_FIELD_SEARCHLIMIT_LABEL" size="5" /> <field name="search_book" type="radio" default="1" description="PLG_SEARCH_BOOK_FIELD_BOOK_DESC" label="PLG_SEARCH_BOOK_FIELD_BOOK_LABEL" > <option value="0">JOFF</option> <option value="1">JON</option> </field> <field name="search_archived" type="radio" default="0" description="PLG_SEARCH_BOOK_FIELD_ARCHIVED_DESC" label="PLG_SEARCH_BOOK_FIELD_ARCHIVED_LABEL" > <option value="0">JOFF</option> <option value="1">JON</option> </field> </fieldset> </fields> </config> <updateservers> <server type="extension" priority="1" name="Alexandria Book Library search plugin Updates">https://alexandriabooklibrary.org/joomla_update_system/plg_search_abook_update.xml</server> </updateservers> </extension>