Your IP : 10.10.0.253


Current Path : /var/www/plugins/content/pdf_embed/
Upload File :
Current File : /var/www/plugins/content/pdf_embed/pdf_embed.xml

<?xml version="1.0" encoding="utf-8"?>
<extension version="3.4" type="plugin" group="content" method="upgrade">
	<name>pdf_embed</name>
	<author>Techjoomla</author>
	<authorEmail>extensions@techjoomla.com</authorEmail>
	<authorUrl>www.techjoomla.com</authorUrl>
	<copyright>Copyright (C) 2010 - 2020 Techjoomla. All rights reserved.</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
	<creationDate>24th December 2020</creationDate>
	<version>2.2.0</version>
	<description>PLG_PDF_EMBED_DESC</description>
	<languages folder="language/en-GB">
		<language tag="en-GB">en-GB.plg_content_pdf_embed.ini</language>
		<language tag="en-GB">en-GB.plg_content_pdf_embed.sys.ini</language>
	</languages>
	<files>
		<filename plugin="pdf_embed">pdf_embed.php</filename>
		<filename>index.html</filename>
		<folder>assets</folder>
	</files>
	<media folder="media" destination="pdf_embed">
		<folder>js</folder>
	</media>
	<config>
		<fields name="params">
			<fieldset name="basic">
				<field name="viewer" type="list" default="native" description="PLG_CONTENT_PDF_EMBED_SELECT_DEFAULT_VIEWER_DESC" label="PLG_CONTENT_PDF_EMBED_SELECT_DEFAULT_VIEWER">
					<option value="native">native</option>
					<option value="google">google</option>
					<option value="pdfjs">pdfjs</option>
				</field>
				<field name="download" type="radio" label="PLG_CONTENT_PDF_EMBED_DOWNLOAD_FUNCTIONALITY" description="PLG_CONTENT_PDF_EMBED_DOWNLOAD_FUNCTIONALITY_DESC" default="1" class="btn-group btn-group-yesno" showon="viewer:pdfjs">
					<option value="1">JYES</option>
					<option value="0">JNO</option>
				</field>
				<field name="print" type="radio" label="PLG_CONTENT_PDF_EMBED_PRINT_FUNCTIONALITY" description="PLG_CONTENT_PDF_EMBED_PRINT_FUNCTIONALITY_DESC" default="1" class="btn-group btn-group-yesno" showon="viewer:pdfjs">
					<option value="1">JYES</option>
					<option value="0">JNO</option>
				</field>
			</fieldset>
		</fields>
	</config>
</extension>