Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support quill modules #117

Merged
merged 1 commit into from
Aug 28, 2021
Merged

Support quill modules #117

merged 1 commit into from
Aug 28, 2021

Conversation

s-cork
Copy link
Collaborator

@s-cork s-cork commented Aug 28, 2021

close #87

The code to implement #87 might include Quill and the imageResize module scripts in Native Libraries.
(It would need to include both since imageResize relies upon Quill existing)

Then in a form that uses a Quill component.

class Form1(Form1Template):
  def __init__(self, **properties):
    # Set Form properties and Data Bindings.
    self.init_components(**properties)
    self.quill.modules = {"imageResize": {}}

@sebasm611 it's a bit late but how's this api for you?

@meatballs meatballs merged commit 158db47 into main Aug 28, 2021
@meatballs meatballs deleted the quill-modules branch August 28, 2021 15:08
@sebasm611
Copy link

Perfect! Thank you.. this will be very useful

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quill Image Resize Module
3 participants