]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7782 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Oct 2025 14:59:14 +0000 (16:59 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Oct 2025 14:59:14 +0000 (16:59 +0200)
app/Models/Traits/PublicationSettings.php

index 0fee67e249bb3379685b531038488c2e9aafdd7b..b899eeeb55573b72709c77bfcccac0e7c4ed0170 100644 (file)
@@ -1087,6 +1087,8 @@ trait PublicationSettings
         $this->_addSettingField('linkTrackerRegexp', LongText::class, $this->__('Tracking des liens applicables aux liens du domaine'));
         $this->_addSettingField('', FormSeparator::class);
         $this->_addSettingField('linkFilePrefix', LongText::class, $this->__('Préfixer les liens de téléchargement'));
+        $this->_addSettingField('', FormSeparator::class);
+        $this->_addSettingField('autolinkRule', SelectFromArray::class, $this->__('Règle pour l\'ajout des liens via excel'), ['options' => ['web' => 'Lien web', 'cart' => __('Lien panier'), 'steelite' => 'Steelite']]);
     }
 
     protected function _multimedia()