Dimitris Grammatikogiannis
Dimitris Grammatikogiannis
Change https://github.com/joomla/joomla-cms/blob/69bca95cedab79ba1e3c074149ac254c6a31f04e/build/media_source/system/joomla.asset.json#L171 to ```js "type": "module" ```
> Note: Strict mode should be restored, for the script, In joomla 4.4 Not really, the script/file was supposed to be ESM thus strict by default, reduced scoped (the reported...
There are PRs for this so it should be closed
@Fedik please add the `files` folder also here: https://github.com/joomla/joomla-cms/blob/1548e3085f94ac3a6cb45a5d4c6a09749524c5bb/libraries/src/Helper/PublicFolderGeneratorHelper.php#L169
FWIW I would prefer the folder to be named `user_uploads` than `files`
> Currently there still a limitation (pretty huge), the custom field for Media does not allow to select anything else than folders under /images You're right, there's a `@TODO` for...
One more thing, could you add an `.htaccess` file inside the `files` folder with content: ``` deny from all ``` Since this is a new folder we can restrict it...
FYI https://github.com/joomla/joomla-cms/pull/21410
Hi @pmartinezf I don’t have a windows setup so I can’t confirm the issue but if your solution works then I’m happy to merge it (assuming it doesn’t break Linux/macos)
@Fedik @HLeithner I don't think that this can be done anywhere else but the template. The reason: a page could have a component without a form but the footer, or...