Problem/Motivation

Hi,thanks for the module but i got stuck into some issue.
i tried to add content in my drupal 10 project using chatgpt content generator. it opens a pop-up and generates content but after clicking on button "use this content" content is supposed to appear in my field but it just gets lost and my field where it is supposed to be does not gets populated. Any correction/help/workaround is appreciated

Steps to reproduce

  • create a drupal 10 project
  • isntall ckeditor using composer ("drupal/ckeditor": "^1.0") and use it
  • install module using composer "composer require 'drupal/chatgpt_plugin:^2.1'"
  • in configuration use gpt 3.5
  • create a content using ChatGPT Content Generator

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

piyush1108 created an issue. See original summary.

piyush1108’s picture

Issue summary: View changes
piyush1108’s picture

got a solution and will have to use CKeditor 5 instead of CKeditor and then configure text formats in /admin/config/content/formats
and select CKeditor 5 as text editor.

anup.sinha’s picture

Status: Active » Closed (works as designed)

Hi @piyush1108, yes Drupal 10 has CKEditor 5 inbuilt into the Drupal core. So no need to install CKEditor again using composer.

Glad to know, you got it worked. Thanks.

Thanks & Regards,
Anup