Hi All,
Media Automation is working when we associate with Image CT like below. But its not working to associate with Other CTD with below script. Kindly please help for the same, Also please let us know if anything needs to be update in the CTD "press_release" to achieve it.
WORKING
<automations>
<automation>
<id>quimageautomation</id>
<type>upload</type>
<name>Image Automation</name>
<targetType>DSX-MEDIA-IMAGE</targetType>
<description>Automatically creates all sizes of images from the source.</description>
<actions>
<createformat width="320" fileappend="thumb_320" sizeformat="carousel-thumb-320w" deviceformat="web" resizetype="constrain"/>
</actions>
</automation>
</automations>
NOT WORKING
<automations>
<automation>
<id>quimageautomation</id>
<type>upload</type>
<name>Image Automation</name>
<targetType>press_release</targetType>
<description>Automatically creates all sizes of images from the source.</description>
<actions>
<createformat width="320" fileappend="thumb_320" sizeformat="carousel-thumb-320w" deviceformat="web" resizetype="constrain"/>
</actions>
</automation>
</automations>
Thanks
Jayaram