Skip to content

Commit

Permalink
Generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Sep 30, 2024
1 parent d2aca12 commit 67f5fd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions master.html
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,8 @@ <h5>permit_delete_collection <a class="headerlink" href="#permit_delete_collecti
<p>(New since 3.1.9)</p>
<p>Global control of permission to delete complete collection (default:
True)</p>
<p>If False it can be permitted by permissions per section with: D If
True it can be forbidden by permissions per section with: d</p>
</section>
</section>
<section class="level4" id="storage-1">
Expand Down Expand Up @@ -1365,6 +1367,10 @@ <h3>Authentication and Rights <a class="headerlink" href="#authentication-and-ri
<li><strong>W:</strong> write collections (excluding address books and
calendars)</li>
<li><strong>w:</strong> write address book and calendar collections</li>
<li><strong>D:</strong> permit delete of collection in case
permit_delete_collection=False</li>
<li><strong>d:</strong> forbid delete of collection in case
permit_delete_collection=True</li>
</ul>
</section>
<section class="level3" id="storage-2">
Expand Down

0 comments on commit 67f5fd0

Please sign in to comment.