hvlads / django-ckeditor-5

Django CKEditor 5 integration.
Other
152 stars 60 forks source link

Add support for FullPage #211

Closed JoeApo108 closed 7 months ago

JoeApo108 commented 7 months ago

Hi there,

my use case requires to have the FullPage feature imported from import { FullPage } from '@ckeditor/ckeditor5-html-support'; from official doc https://ckeditor.com/docs/ckeditor5/latest/features/html/full-page-html.html

the requered package is installed @ckeditor/ckeditor5-html-support/ only add it to the bundle.js

Thx team.

hvlads commented 7 months ago

Hi, @JoeApo108. The FullPage feature will be included in the latest version.