Closed JoeApo108 closed 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
import { FullPage } from '@ckeditor/ckeditor5-html-support';
the requered package is installed @ckeditor/ckeditor5-html-support/ only add it to the bundle.js
@ckeditor/ckeditor5-html-support/
bundle.js
Thx team.
Hi, @JoeApo108. The FullPage feature will be included in the latest version.
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.htmlthe requered package is installed
@ckeditor/ckeditor5-html-support/
only add it to thebundle.js
Thx team.