Open justparking opened 1 year ago
When dragging and dropping content into editors, location hints could be provided based on the content extension.
e.g. ____.jpg should have hint content/img/____.jpg
____.jpg
content/img/____.jpg
___.css should have hint content/css/___.css
___.css
content/css/___.css
___.htm, ___.html, ___.xml, etc. should have hint content/___.___
___.htm
___.html
___.xml
content/___.___
Including the above:
content/img/____.__
index.xml
content/index.xml
.py
.json
When dragging and dropping content into editors, location hints could be provided based on the content extension.
e.g.
____.jpg
should have hintcontent/img/____.jpg
___.css
should have hintcontent/css/___.css
___.htm
,___.html
,___.xml
, etc. should have hintcontent/___.___