Field Types and Examples
Available Field Types
Checkbox
@section('template')
<div v-if="devise.myCheckbox.checked">
Hey! That checkbox must be on!
</div>
@endsection
@section('component')
<script>
var component = {
fields: {
myCheckbox: {
type: 'checkbox',
label: 'My Checkbox'
}
}
}
</script>
@endsectionColor
Date/Time
File
Image
Simple Image Implementation
Responsive image implementation
Background responsive image
Link
Number
Select
Text
Text Area
Wysiwyg
Last updated