https://github.com/joomla/joomla-cms/pull/21189 solved the issue with inserting some images by hardcoding the adapter path. Whilst that fixed an immediate issue it's absolutely not good for when we support images hosted in the cloud.
Expected result
No need to hardcode adapter meaning we can't use 3rd party adapters
Steps to reproduce the issue
https://github.com/joomla/joomla-cms/pull/21189 solved the issue with inserting some images by hardcoding the adapter path. Whilst that fixed an immediate issue it's absolutely not good for when we support images hosted in the cloud.
Expected result
No need to hardcode adapter meaning we can't use 3rd party adapters
Actual result
Hardcoded adapter.