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
I am trying to add a link button and a text align button to the Tiptap editor, however they are not added.
Add a WYSIWYG field:
@formField('wysiwyg', [ 'name' => 'content', 'label' => 'Content', 'type' => 'tiptap', 'toolbarOptions' => [ 'bold', 'italic', 'clean', 'underline', 'link', ["align" => []], [ 'header' => [1, 2, 3, 4, 5, 6, false] ], ['list' => 'ordered'], ['list' => 'bullet'], ['script' => 'sub'], ['script' => 'super'], ], ])
These buttons should be added, as they do with the Quill editor.
They are not added.
Twill version: 2.8.8 Laravel version: 9.26.1 PHP version: 8.0.11
The text was updated successfully, but these errors were encountered:
Will be fixed with #1741
Sorry, something went wrong.
['align' => ['center','right']]
Both of these work, it looks like they're using quill for their wysiwyg
Align has been added to Tiptap in #2305
Successfully merging a pull request may close this issue.
Description
I am trying to add a link button and a text align button to the Tiptap editor, however they are not added.
Steps to reproduce
Add a WYSIWYG field:
Expected result
These buttons should be added, as they do with the Quill editor.
Actual result
They are not added.
Versions
Twill version: 2.8.8
Laravel version: 9.26.1
PHP version: 8.0.11
The text was updated successfully, but these errors were encountered: