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
Comments
Comment #2
piyush1108 commentedComment #3
piyush1108 commentedgot 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.
Comment #4
anup.sinha commentedHi @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