- Issue created by @sundarraj.p
- First commit to issue fork.
- 🇮🇳India sundarraj.p
Hi all,
Found the issue, the gutenberg module itself has been set to restrict media size greater than 10.48 MB
it is configured in 3 files./bartik.gutenberg.yml
./js/settings.js
./settings.es6.jsattached the screenshots also please refer
- 🇮🇳India sundarraj.p
Can anyone please provide a patch to increase it to 100 MB ?
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - @sakthi_dev opened merge request.
- Status changed to Needs review
over 1 year ago 1:53pm 13 June 2023 - 🇧🇷Brazil rudam
+ 1
This is a real issue if you are uploading videos.
made a patch in the gitlab interface using your branch @sundarraj.pThank you
- 🇮🇳India sundarraj.p
Thanks, rudam and sakthi_dev for your help, Can you please suggest the procedure for how to test this fix made? because I am new to Drupal, and these kind of fixes.
Thanks for your support
I have verified that MR !50 resolving the issue of image is not being uploaded which is grater than 15MB, No other issue observed Adding Before and After images for reference. Hence +1 RTBC.
And @sundarraj.p you can take reference of this documentation to test fixes - https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr... →
- last update
about 1 year ago 2 pass - 🇧🇪Belgium flyke
I needed 1024MB for my project as the client uploads large video files.
- Status changed to Needs work
11 months ago 8:52pm 18 December 2023 - 🇳🇴Norway eiriksm Norway
I think this issue should be resolved by adding a config option instead.
Ideally some of the things should actually respect what we have set for other parts of Drupal, but changing the hardcoded JS value does not really solve much (other than it actually solving the problem for people experiencing it of course :))
- 🇳🇴Norway thorandre
This could be a setting on the text format. We already have a setting for file size, but it's currently not being applied.
Let's add this for the DG4.0 release. - 🇳🇴Norway thorandre
We're currently reviewing this and have a couple of suggestions to how we can improve the solution.