Project

General

Profile

Bug #99521

Updated by Markus Klein almost 2 years ago

DB field of type datetime and NULL allowed. 

 <pre><code class="php"> 
 'download_allowed' => [ 
             'exclude' => true, 
             'label' => '...', 
             'config' => [ 
                 'readOnly' => true, 
                 'type' => 'input', 
                 'renderType' => 'inputDateTime', 
                 'size' => 20, 
                 'eval' => 'datetime,null', 
                 'default' => null, 
             ], 
         ], TCA: readonly 
 </code></pre> 

Back