Smartsite 7.1 - ...
<actions> element
Contains one or more group elements, each of them grouping a set of actions. The name attribute of a group element is used to refer to a set of actions.
Example
XML |
Copy Code
|
<actions>
<group name="images">
<action contenttype="IMG" type="getvalue" fieldname="width" value="//generalproperties/property[@name='width']" />
<action contenttype="IMG" fieldname="height" value="//generalproperties/property[@name='height']" />
<action contenttype="IMG" fieldname="filesize" value="//generalproperties/property[@name='size']" />
</group>
<!-- optionally other groups -->
</actions>
|
Attributes
None.
Parent element
Element name |
Description |
<assets> |
This section holds the assets configuration. |
Child elements
Element name |
Description |
<group> |
The group element groups a set of actions. |