Pārlūkot izejas kodu

Editor增加默认参数convert_urls=false

jqh 5 gadi atpakaļ
vecāks
revīzija
8f992c6695
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/Form/Field/Editor.php

+ 1 - 0
src/Form/Field/Editor.php

@@ -40,6 +40,7 @@ class Editor extends Field
         ],
         'min_height' => 400,
         'save_enablewhendirty' => true,
+        'convert_urls' => false,
     ];
 
     protected $disk;