File uploads in Settings #2461
Unanswered
armin-salihovic
asked this question in
Q&A
Replies: 2 comments
-
hi @armin-salihovic I can interest to fix this issue plz can you help me how to set up local env setups like a normal Laravel application or any other process |
Beta Was this translation helpful? Give feedback.
0 replies
-
@armin-salihovic did you include the $fileParams into your block_editor config? return [
'block_editor' => [
'crops' => [
...
],
'files' => ['single_file']
] <x-twill::files
name="single_file"
label="Single file"
note="Add one file (per language)"
/> |
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
-
Description
According to #1238, file uploads in the settings section should already be working.
Steps to reproduce
Expected result
Saved file.
Actual result
Nothing happens.
Versions
Twill version: 3.0.2
Laravel version: 10.12
PHP version: 8.1
Database engine: MySQL 8
Beta Was this translation helpful? Give feedback.
All reactions