This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
pretakor5489
So I wanted to define an image fileupload widget as part of the theme's theme.yaml. Once uploaded, I receive a unhandled error, with a BadMethodCall Expception on /vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php line 2170. Does anyone know if this is even possible to do, and what it might take to support this? I.e. is there any configuration I could hook into the theme?
Below is the relevant fragment from my theme.yaml
hero_image:
label: Hero Image
type: fileupload
mode: image
If needed I can post the stack trace. Thanks.
1-1 of 1