Field Configuration and Defaults
Defaults
@section('component')
<script>
var component = {
fields: {
someImage: {
type: 'image',
label: 'The Image'
default: {
url: '/imgs/default/image-hero.jpg',
alt: 'We should do this for SEO reasons Jim'
}
}
}
}
</script>
@endsectionEnabler
Instructions
Editor Label
Last updated