Closed tanvu-epi closed 4 years ago
@tanvu-epi any errors in the console?
@tanvu-epi any errors in the console?
No, you can see in this video https://vimeo.com/408227259
does it work if you comment out the ClientEditor attribute from OverlayTextColor ?
does it work if you comment out the ClientEditor attribute from OverlayTextColor ?
Yes, it not work with any block use that custom ClientEditor, but only get error in Inline Edit/Create (not sure that's what error because console log doesn't show any bug).
ok, thanks for info, we will triage this soon
I have a custom ClientEditor (rgba color picker using Vanilla picker plugin). But I can not Create/Edit the block that use this ClientEditor from page's ContentArea. Video demo
[ClientEditor(ClientEditingClass = "foundation/editors/ColorPicker")]
public virtual string OverlayTextColor { get; set; }
This's my js file (text format because Github does not allow include js file) ColorPicker.txt