Ideas for Arc XP

PB UI - contenteditable for non-top-level fields

This idea is already out there somewhere. Feel free to delete this one and make me a watcher on the "real" one, but capturing one of the homepage use cases. But do read through to the end to the juicy bits!

The current plan to support "related links" on the homepage is for StoryAdapter to provide an empty array of related links like:

related_links: [ {text:<text>,link:<link>,link_type:<link_type>}, {text:<text>,link:<link>,link_type:<link_type>}, ... ]

They will then need to fill in the text and links in a contenteditable way. To do this, we need non-top-level fields to be contenteditable: content.related_links[i].text content.related_links[i].link content.related_links[i].link_type.

NOTE: This one use case manages to encompass the needs of both https://pagebuilder.ideas.aha.io/ideas/PB-I-15 (PB UI - contenteditable links) and https://pagebuilder.ideas.aha.io/ideas/PB-I-16 (PB UI - contenteditable display-menu) in that content.related_links[i].link is a link and content.related_links[i].link_type is non-visible field that could impact display style (if link_type eq 'video' show video icon, etc.).

  • Guest
  • Apr 22 2015
  • Shipped
I need it... Month
  • Attach files