SQL Field EditorInstallationYou need install strapi-sql-editor and monaco-editor.#npm npm install strapi-sql-editor monaco-editorEnable the plugin from strapi configuration: config/plugins.ts|jsexportdefault()=>({"sql-editor": {enabled: true}, ... })