Image Tag
The Enso Image tag creates an editable image with the option of adding a link.
Example
<div><enso:image name="siteLogo" level="site" /></div>Output
<div><img src="/uploaded-files/image.jpg" /></div>Attributes
| Attribute | Values | Required |
| name | text | Yes |
| level | site section page |
Not required. The default value is page. |
| label | text | No |
| description | text | No |
| example | text | No |
| defaultImage | text | No |
| defaultAlt | text | No |
| defaultLink | text | No |
| defaultTarget | _blank | No |
| width | integer | No |
| height | integer | No |
| editMethod | offPage,onPage,none | No |

comments powered by Disqus