Skip to content

Commit 30e3865

Browse files
authored
docs: add description for title and revert options (#479)
1 parent b6fb004 commit 30e3865

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ You can customize the appearance of all your cards however you wish with URL par
128128
<td><p align="center"><code>enum</code></p></td>
129129
<td><p align="center"><code>default</code></p></td>
130130
</tr>
131+
<tr>
132+
<td><p align="left"><code>title</code></p></td>
133+
<td><p align="left">Custom title text for the card. Before use, encode the text to URL format using a tool like <a href="https://www.urlencoder.org/" target="_blank">URL Encoder</a>.</p></td>
134+
<td><p align="center"><code>string</code></p></td>
135+
<td><p align="center"><code>null</code></p></td>
136+
</tr>
131137
<tr>
132138
<td><p align="left"><code>locale</code></p></td>
133139
<td><p align="left">Sets the language in the card, you can check full list of available locales <a href="/docs/translations.md">here</a>.</p></td>
@@ -182,6 +188,12 @@ You can customize the appearance of all your cards however you wish with URL par
182188
<td><p align="center"><code>boolean</code></td>
183189
<td><p align="center"><code>false</code></p></td>
184190
</tr>
191+
<tr>
192+
<td><p align="left"><code>revert</code></p></td>
193+
<td><p align="left">Inverts the display order, positioning stats to the left and the image to the right.</p></td>
194+
<td><p align="center"><code>boolean</code></p></td>
195+
<td><p align="center"><code>false</code></p></td>
196+
</tr>
185197
<tr>
186198
<td><p align="left"><code>photo_quality</code></p></td>
187199
<td><p align="left">Quality of the profile image, represented as a percentage (1-100).</p></td>

0 commit comments

Comments
 (0)