Skip to content

Commit 33ae017

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent 2743fd9 commit 33ae017

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4333,9 +4333,23 @@ profile.enabled
43334333

43344334
'profile.enabled' => true,
43354335

4336-
Enable profiling globally.
4336+
Toggle availability of user profiles.
43374337

4338-
Defaults to ``true``
4338+
User profile pages contain information that can be shared with other users,
4339+
such as full name, phone number, organization, role, and similar fields.
4340+
4341+
Profiles are enabled by default, and profile data may be used by other
4342+
features (for example, the system address book).
4343+
4344+
Profile visibility is layered: what is shared depends on a combination of
4345+
system-wide and account-level privacy controls, and each field's visibility
4346+
can be configured.
4347+
4348+
When set to false, profile functionality is disabled instance-wide.
4349+
4350+
Note: This affects user account profiles, not the developer performance profiler.
4351+
4352+
Defaults to `true`
43394353

43404354
account_manager.default_property_scope
43414355
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)