Doc update about new default value of writable_recursive (#3521)

* Doc update about new default value of writable_recursive

* Adjusted wording

---------

Co-authored-by: HereticPilgrim <manuel.grauwiler@transformatik.ch>
This commit is contained in:
HereticPilgrim 2023-03-01 21:29:45 +01:00 committed by GitHub
parent e0b59ec668
commit ad242dc8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,10 @@
13. Configuration property `default_stage` is not supported anymore and has been dropped.
14. Replace `onHosts()` and `onStage()` with [labels & selectors](selector.md).
15. Replace `setPrivate()` with [`hidden()`](tasks.md#hidden).
16. Configuration property `writable_recursive` defaults to `false`. This behaviour can be overridden with:
```php
set('writable_recursive', true);
```
### Step 2: Deploy