ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
51 stars 32 forks source link

Page break plugin #226

Closed prashantkushwaha003 closed 2 years ago

prashantkushwaha003 commented 2 years ago

Hi, There is no page break plugin, if possible can you provide in next release ?

Comandeer commented 2 years ago

You can customize the editor that is provided with the Angular integration and add the Page Break plugin:

<ckeditor
    data="<p>Editor' content</p>"
    [config]="{ extraPlugins: 'pagebreak' }"
></ckeditor>

Please also note that our GitHub issue tracker serves for reporting bugs and new features only. Unfortunately, your request is neither of them, therefore please leave your question on Stack Overflow where our team and the community assist other users in solving their issues. Also, since CKEditor is an Open Source software, we believe it’s crucial to share proposed solutions and make others benefit from them.

If you have CKEditor license, please contact our support team. You also can ask your implementation questions at Stack Overflow.