You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2021. It is now read-only.
$field_id
(string)(required) The field id e.g. 'title'
$block_id
(string)(required) The id of the block. You usually get this from the $instance variable of the block.
$input
(mixed)(required) This is the value that is saved by the block using the given $field_id you've provided, e.g. $title (extracted from $instance)
$options
(array)(required) The size of the input. Accepted parameters - min, small or full
Default: 'full'
$type
(string)(optional) HTML input type. Accepted parameters - text, number
Default: 'text'