We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Add support for Full page HTML (#211)
0115efb
Merge pull request #214 from hvlads/feature/add-fullpage-support
ddb1fde
Hi, @JoeApo108. The FullPage feature will be included in the latest version.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: