diff --git a/bl-kernel/admin/views/settings.php b/bl-kernel/admin/views/settings.php index db6bb836..0b77cf9f 100644 --- a/bl-kernel/admin/views/settings.php +++ b/bl-kernel/admin/views/settings.php @@ -22,7 +22,6 @@ p('Social Networks') ?> p('Images') ?> p('Language') ?> - p('Custom fields') ?> p('Logo') ?> @@ -624,26 +623,6 @@ echo Bootstrap::formInputHidden(array( ?> - -
- g('Custom fields')); - - echo Bootstrap::formTextarea(array( - 'name' => 'customFields', - 'label' => 'JSON Format', - 'value' => json_encode($site->customFields(), JSON_PRETTY_PRINT), - 'class' => '', - 'placeholder' => '', - 'tip' => $L->g('define-custom-fields-for-the-content'), - 'rows' => 15 - )); - - echo Bootstrap::cardEnd(); - ?> -
-