This updates the strapi build to use strapi v5. It has a port of all the features that were in the old one without any additional features yet.
Additional Information
The CKEditor math bar IS broken right now unfortunately. This can be worked on by pulling in a local build (which I have done but is not yet complete as the plugin is complex and originally written in ts).
CKEditor plugins must now access the CKEditor content itself through window.CKEditor which is otherwise going to cause the duplicate modules error. This is why the math plugin can no longer be directly imported.
Description
This updates the strapi build to use strapi v5. It has a port of all the features that were in the old one without any additional features yet.
Additional Information
The CKEditor math bar IS broken right now unfortunately. This can be worked on by pulling in a local build (which I have done but is not yet complete as the plugin is complex and originally written in ts).
CKEditor plugins must now access the CKEditor content itself through window.CKEditor which is otherwise going to cause the duplicate modules error. This is why the math plugin can no longer be directly imported.