Conversation
|
Since the creation of the PR, the Docker Materia install feature has been updated to be backwards compatible with PhP Materia users. It now attempts to install on both versions, if the containers are found. The preflight has also been updated to search for both modules. It prioritizes searching for .py modules, throwing an error if either neither module is found, or if .php exists but not .py. No error is thrown if a .py module is found but not .php, as we assume that newly created widgets will be made for Python first. |
FrenjaminBanklin
left a comment
There was a problem hiding this comment.
Only caveat is that this appears to break in the devkit if someone has live containers (running or no) for both the Django and Fuel version of Materia.
Terminating the Fuel containers allows everything to run with no issue.
This update to MWDK fixes scaling for mobile devices not being applied in some situations. It also changes the Install to Docker Materia function to target Django Materia containers, fixing its functionality ahead of the v11.0.0 update.