Hi - I have two beginners’ questions Can anyone help?
- How can I set a ‘contenteditable’ attribute on a named dom element? (I’m using codegen)
Hi - I have two beginners’ questions Can anyone help?
<PlasmicMyComponent
...
namedElement={{
contentEditable: true
}}
/>
Great. thank you!
fyi. I think I found that setting the ‘contentEditable’ attribute to true for an element in Plasmic Studio’s Settings panel disables editing of it’s contents in Plasmic Studio.