Open phiter opened 6 years ago
The asset() helper creates a link to the desired file in the /public folder.
asset()
/public
My suggestion is to trigger path/file autocomplete when user start typing a string in it, like it happens in HTML when typing a link href.
This is what happens now:
It is really useful. I will study to how I can do it. I belive that it is possible.
The
asset()
helper creates a link to the desired file in the/public
folder.My suggestion is to trigger path/file autocomplete when user start typing a string in it, like it happens in HTML when typing a link href.
This is what happens now: