Bug with custom formatters and modules (php)

Wappler Version : 6.8.0 and 7 Beta 4
Operating System : Win 11
Server Model: PHP
Database Type:
Hosting Type:

I reported this one a few months ago and it was fixed, cant find the old report unfortunately, maybe unlisted? Either way, it seems to be back!

When developing custom modules and formatters, the extensions folder should be placed in the www folder like this:

Unfortunately, in this configuration, the HJSON files are not loaded.
To load, they must be placed above the www root:
(for ease i have simply duplicated the extension folder entirely)

The result is the HJSON needs to be in the folder tree above the "www" root BUT the .php file needs to be in the folder tree within the "www" root or it is not found at run time.