* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('keepalive') ->useScript('form.validate'); $app = Factory::getApplication(); $input = $app->input; $this->useCoreUI = true; ?>
'general', 'recall' => true, 'breakpoint' => 768]); ?>
form->renderField('label'); ?> form->renderField('description'); ?>
set( 'fields', array( array( 'published', 'state', 'enabled', ), 'access', 'language', 'note', ) ); ?> set('fields', null); ?>
set('ignore_fieldsets', array('fieldparams')); ?> canDo->get('core.admin')) : ?>
form->getInput('rules'); ?>
form->getInput('context'); ?>