Page MenuHomePhabricator

Add a link dialog: support passing image reference as a prop
Closed, ResolvedPublic

Description

In both Add a link and Add an image onboarding dialogs, each step displays an image. We should allow passing image references as props so we don't need to have it hardcoded.

Event Timeline

I think since gerrit 904449 introduces a dedicated slot for the image; it's conceptually the same as a prop and we can resolve this task once that patch is merged. I what we want is to support passing the content programmatically from some source different than the Vue component template we should open a different task for it.