'buttonGrey', 'href' => helper::baseUrl() . 'theme/fonts', 'ico' => 'left', 'value' => 'Retour' ]); ?>
'https://doc.zwiicms.fr/fontes#add', 'target' => '_blank', 'ico' => 'help', 'value' => 'Aide', 'class' => 'buttonHelp' ]); ?>
'Valider', 'uniqueSubmission' => true ]); ?>

Identité de la fonte

getUrl(2)) { case 'imported': echo template::checkbox('fontEditFontImported', true, 'Fonte en ligne',[ 'checked' => true ]); break; case 'files': echo template::checkbox('fontEditFontFile', true,'Fonte installée', [ 'checked' => true ]); break; } ?>
'off', 'label' => 'Identifiant (sans espace ni majuscule)', 'value' => $this->getUrl(3) ]); ?>
'off', 'label' => 'Nom', 'value' => $this->getData(['fonts', $this->getUrl(2), $this->getUrl(3), 'name']) ]); ?>
'off', 'label' => 'Famille', 'value' => $this->getData(['fonts', $this->getUrl(2), $this->getUrl(3), 'font-family']) ]); ?>
getUrl(2)) { case 'imported': echo template::text('fontEditUrl', [ 'label' => 'Url du fichier de fonte', 'value' => $this->getData(['fonts', $this->getUrl(2), $this->getUrl(3), 'ressource']), 'class' => $this->getUrl(2) === 'imported' ? '' : 'noDisplay' ]); break; case 'files': echo template::file('fontEditFile', [ 'label' => 'Fichier de fonte (Format WOFF)', 'value' => $this->getData(['fonts', $this->getUrl(2), $this->getUrl(3), 'ressource']), 'class' => $this->getUrl(2) === 'file' ? '' : 'noDisplay' ]); break; } ?>