* @copyright Copyright (c) 2020 Samuel Marshall / JCH Optimize * @license GNU/GPLv3, or later. See LICENSE file * * If LICENSE file missing, see . */ defined('_JEXEC') or die; include_once dirname(__FILE__) . '/excludejspei.php'; class JFormFieldExcludejsextnspei extends JFormFieldExcludejspei { public $type = 'excludejsextnspei'; public string $filetype = 'js'; public string $filegroup = 'extension'; }