Saving images in settings and loading them in Controller? #2322
JakeGilesPhillips
started this conversation in
General
Replies: 1 comment
-
Hi @JakeGilesPhillips sorry for the delay. Did you figure this out? You need to retrieve the settings object and then call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've followed several guides and discussion posts about doing this and for some reason I just can't get it to work with my implementation.
I have configured my
twill.php
file and am able to upload the image into my settings successfully, I just can't seem to retrieve it in the DisplayController.I am using the method
TwillAppSettings::get('menu.menu.logo')
which works fine for other settings (types other than media).Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions