Browse Source

Improve docs

Robert Autenrieth 9 years ago
parent
commit
7fc1519cf4
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      index.html

+ 10
- 0
index.html View File

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
 

Loading…
Cancel
Save