Is there a way I can set a default value when configuring variables. For example ``` [ 'label' => 'type', 'field' => 'number', 'placeholder' => 'Type ID', 'default' => '1', ], ``` Also is there a way to say variable is optional, input is not mandatory.