++something++
is a traversal namespace, so it is not a resource as such, and ++resource++
is a different namespace. Namespaces look for custom namespace handlers that are assigned the rest of the element name.
In this case, the widget
namespace handler is assigned the name of the widget forms.widgets.audio_artifact
, and it will use it to find the widget in the add form.
@@download
is a widget view that allows you to upload a file to the widget. There is also a view for images that allows you to get thumbnails, etc.
source share