Use Configuration Function while suspended. #51
Unanswered
regisphilibert
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Configuration Functions were introduced in the first release but since then seems to be triggering a bug (#44) where the server will unepextgectedly and silently hang during development.
As it turns out, the bug is still there even if the call for the feature is wrapped in a condition, so we had to completely remove the simple mention of the feature rather than hiding it behind a boolean experimental parameter.
To keep using Configuration Function (if you never encountered the bug), you can add to your projet the following partial at
/layouts/partials/huge/config/Get.html
:The last line is reponsible for the Configuration Function features:
Beta Was this translation helpful? Give feedback.
All reactions