Added hidePrivate to README.md

Added explanation of hidePrivate option to the Calendar Module's README
This commit is contained in:
Daniel Bücheler 2016-11-30 21:28:44 +01:00 committed by GitHub
parent e61bccab36
commit c66ecbdd29

View File

@ -134,6 +134,13 @@ The following properties can be configured:
<br><b>Default value:</b> <code>0</code> (disabled)
</td>
</tr>
<tr>
<td><code>hidePrivate</code></td>
<td>Hides private calendar events.<br>
<br><b>Possible values:</b> <code>true</code> or <code>false</code>
<br><b>Default value:</b> <code>false</code>
</td>
</tr>
</tbody>
</table>