mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
Generate documentation
This commit is contained in:
parent
67f5fd0d83
commit
97d4f41f55
1 changed files with 12 additions and 0 deletions
12
master.html
12
master.html
|
@ -1028,6 +1028,14 @@ 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 class="level5" id="permit_overwrite_collection">
|
||||
<h5>permit_overwrite_collection <a class="headerlink" href="#permit_overwrite_collection">¶</a></h5>
|
||||
<p>(New since 3.3.0)</p>
|
||||
<p>Global control of permission to overwrite complete collection
|
||||
(default: True)</p>
|
||||
<p>If False it can be permitted by permissions per section with: O If
|
||||
True it can be forbidden by permissions per section with: o</p>
|
||||
</section>
|
||||
</section>
|
||||
<section class="level4" id="storage-1">
|
||||
<h4>storage <a class="headerlink" href="#storage-1">¶</a></h4>
|
||||
|
@ -1371,6 +1379,10 @@ calendars)</li>
|
|||
permit_delete_collection=False</li>
|
||||
<li><strong>d:</strong> forbid delete of collection in case
|
||||
permit_delete_collection=True</li>
|
||||
<li><strong>O:</strong> permit overwrite of collection in case
|
||||
permit_overwrite_collection=False</li>
|
||||
<li><strong>o:</strong> forbid overwrite of collection in case
|
||||
permit_overwrite_collection=True</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="level3" id="storage-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue