mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 10:04:21 +02:00
@@ -454,7 +454,7 @@ class EntriesController extends Controller
|
||||
break;
|
||||
// A WYSIWYG HTML field.
|
||||
case 'html':
|
||||
if ($form_value === '') {
|
||||
if ($form_value === '' || count($form_value['blocks']) == 0) {
|
||||
$form_value = JsonParser::decode('{
|
||||
"time": 1559727958862,
|
||||
"blocks": [{
|
||||
|
Reference in New Issue
Block a user