-
-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
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
Drag and drop block event #205
Comments
Only validParentType will be validated now. |
So, I understood that I saw that the |
Sorry, I just noticed now, for your case, we need to implement the ADD_BLOCK event, do you still need this feature? @wagnerlduarte |
@m-Ryan I created a workaround to solve this problem, but I think is important to implement this feature to make it more dynamic. In my case, I used a validation when the user change a dropdown on sidebar attributes. But if I want to validate before that, without this event it's not possible. |
@m-Ryan so at this moment there is no event that is fired when the page is modified? My usecase: I am placing the editor on a page of a multi step form and would like to store the html when it has changed so the user does not have to manually press submit before moving on to the next page in the form. edit: solved by using the values provided by the EmailEditorProvider |
How can I get the drag-and-drop event? I searched the code base to check the possibility of getting these events, but don't found.
I would like to get the drop event to validate if the custom block created by me can drop on the template because I would like to add only one block of this type inside my template, and I need this event to check before adding some block inside the template.
It makes sense, it is possible?
The text was updated successfully, but these errors were encountered: