Selaa lähdekoodia

Editor增加默认参数convert_urls=false

jqh 5 vuotta sitten
vanhempi
commit
8f992c6695
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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,
         'min_height' => 400,
         'save_enablewhendirty' => true,
         'save_enablewhendirty' => true,
+        'convert_urls' => false,
     ];
     ];
 
 
     protected $disk;
     protected $disk;