Skip to content
Snippets Groups Projects
ext_emconf.php 1.55 KiB
Newer Older
Johannes Kreiner's avatar
Johannes Kreiner committed
<?php

/***************************************************************
 *  Copyright notice
 *
 *  (c) sgalinski Internet Services (https://www.sgalinski.de)
 *
 *  All rights reserved
 *
 *  This script is part of the TYPO3 project. The TYPO3 project is
 *  free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  The GNU General Public License can be found at
 *  http://www.gnu.org/copyleft/gpl.html.
 *
 *  This script is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  This copyright notice MUST APPEAR in all copies of the script!
 ***************************************************************/

$EM_CONF['sg_youtube'] = [
Johannes Kreiner's avatar
Johannes Kreiner committed
	'title' => 'YouTube Videos',
Georgi's avatar
Georgi committed
	'description' => 'A solution for embedding YouTube videos, playlists, or channels easily into TYPO3 pages.',
Johannes Kreiner's avatar
Johannes Kreiner committed
	'category' => 'plugin',
Stefan Galinski's avatar
Stefan Galinski committed
	'author' => 'Stefan Galinski',
	'author_email' => 'stefan@sgalinski.de',
Johannes Kreiner's avatar
Johannes Kreiner committed
	'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
	'state' => 'stable',
Johannes Kreiner's avatar
Johannes Kreiner committed
	'internal' => '',
	'createDirs' => '',
	'clearCacheOnLoad' => 0,
	'version' => '6.0.4',
Johannes Kreiner's avatar
Johannes Kreiner committed
	'constraints' => [
		'depends' => [
Georgi's avatar
Georgi committed
			'typo3' => '10.4.0-12.4.99',
			'php' => '7.3.0-8.1.99',
Johannes Kreiner's avatar
Johannes Kreiner committed
		],
		'conflicts' => [],
		'suggests' => [],
	],
];