Beginner question: how to set a contenteditable on a named dom element?

Hi - I have two beginners’ questions :sweat_smile: Can anyone help?

  1. How can I set a ‘contenteditable’ attribute on a named dom element? (I’m using codegen)
<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.