Hi,I'm enabling the RTE plugins using the API. So I enabled the EditToolsPlugin as below:JSONObject editPlugin = new JSONObject(); editPlugin.put(JcrConstants.JCR_PRIMARYTYPE, JcrConstants.NT_UNSTRUCTURED); editPlugin.put("features", "*"); rtePlugins.put("edit", editPlugin);When I access the dialog ...