|
@@ -117,6 +117,10 @@ This is not a complete documentation, but some information that should help you
|
117
|
117
|
<code>icon_back</code>
|
118
|
118
|
Optional. Name of the big icon on the card back. If not specified, the icon from the "icon" property is used.
|
119
|
119
|
</li>
|
|
120
|
+ <li>
|
|
121
|
+ <code>background_image</code>
|
|
122
|
+ Optional. URL of a backgound image for the card back. If specified, replaces the back icon.
|
|
123
|
+ </li>
|
120
|
124
|
<li>
|
121
|
125
|
<code>title</code>
|
122
|
126
|
The title of the card.
|
|
@@ -197,6 +201,12 @@ This is not a complete documentation, but some information that should help you
|
197
|
201
|
A bulleted text line.
|
198
|
202
|
Param1: the text
|
199
|
203
|
</li>
|
|
204
|
+ <li>
|
|
205
|
+ <code>picture</code>
|
|
206
|
+ An inline picture.
|
|
207
|
+ Param1: URL of the picture.
|
|
208
|
+ Param2: Height in pixels.
|
|
209
|
+ </li>
|
200
|
210
|
</ul>
|
201
|
211
|
</p>
|
202
|
212
|
|