Open erichgoldman opened 8 years ago
The thinking style-wise is that it's the secondary action here. Happy to discuss changing this.
I think a simple change of label will suffice here, possibly something like 'Use asset at URL'.
TODO: need a (localised) placeholder
here: scaffoldAsset.hbs#L53
When adding an image asset you have two button:
Select an Asset
andSelect an External Asset
Clicking
Select an Asset
bring you to the built in asset chooser so the context is clear enough, however, when you clickSelect an External Asset
the only change is an inline text field on the same page.It is not immediately clear that this where a hyperlink is supposed to go. My recommendation would be to add "helper text" above to say something like "Enter the web address (URL) of the image you would like to use". In addition, you can preset the text in the html block using
placeholder
attribute to behttp://
. Alternatively, if not adding helper text you can have it prefilled with the instruction:For example, edit the following snippet in scaffoldAsset.hbs:
Further, it is not quite clear why the button for
Select an External Asset
is a different style then theSelect an Asset
. This makes it looks like a toggle instead of two separate buttons.