浏览代码

Improve docs

Robert Autenrieth 9 年前
父节点
当前提交
7fc1519cf4
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10
    0
      index.html

+ 10
- 0
index.html 查看文件

117
             <code>icon_back</code>
117
             <code>icon_back</code>
118
             Optional. Name of the big icon on the card back. If not specified, the icon from the "icon" property is used.
118
             Optional. Name of the big icon on the card back. If not specified, the icon from the "icon" property is used.
119
         </li>
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
         <li>
124
         <li>
121
             <code>title</code>
125
             <code>title</code>
122
             The title of the card.
126
             The title of the card.
197
             A bulleted text line.
201
             A bulleted text line.
198
             Param1: the text
202
             Param1: the text
199
         </li>
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
     </ul>
210
     </ul>
201
 </p>
211
 </p>
202
 
212
 

正在加载...
取消
保存