<?php $fields = [ [ 'name' => 'image', 'type' => 'file', 'view' => 'image', 'validations' => 'required|image', 'label' => 'image' ] ]; echo json_encode($fields);
You have javascript disabled. You will not be able to edit any code.