Commit e52f3ec0 authored by Lu Xu's avatar Lu Xu 👀

erp5_smart_assistant: Implement preview image in smart assistant image

parent 8d619e66
......@@ -56,7 +56,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
<value> <float>2.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -30,7 +30,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
......
......@@ -44,7 +44,7 @@
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>File</string> </value>
<value> <string>Image</string> </value>
</item>
<item>
<key> <string>type_interface</string> </key>
......
......@@ -73,6 +73,8 @@
<value>
<list>
<string>my_title</string>
<string>image</string>
<string>my_text_content</string>
</list>
</value>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment