5 'label' =>
elgg_echo(
'installation:walled_garden:label'),
6 '#help' =>
elgg_echo(
'installation:walled_garden:description'),
7 'name' =>
'walled_garden',
18 'name' =>
'default_access',
19 '#label' =>
elgg_echo(
'installation:sitepermissions'),
20 '#help' =>
elgg_echo(
'admin:site:access:warning'),
26 'label' =>
elgg_echo(
'installation:allow_user_default_access:label'),
27 '#help' =>
elgg_echo(
'installation:allow_user_default_access:description'),
28 'name' =>
'allow_user_default_access',
34 'name' =>
'default_limit',
35 '#label' =>
elgg_echo(
'installation:default_limit'),
43 '#label' =>
elgg_echo(
'config:content:pagination_behaviour'),
44 '#help' =>
elgg_echo(
'config:content:pagination_behaviour:help'),
45 'name' =>
'pagination_behaviour',
48 'navigate' =>
elgg_echo(
'config:content:pagination_behaviour:navigate'),
49 'ajax-replace' =>
elgg_echo(
'config:content:pagination_behaviour:ajax-replace'),
50 'ajax-append' =>
elgg_echo(
'config:content:pagination_behaviour:ajax-append'),
51 'ajax-append-auto' =>
elgg_echo(
'config:content:pagination_behaviour:ajax-append-auto'),
57 '#label' =>
elgg_echo(
'config:content:mentions_display_format'),
58 '#help' =>
elgg_echo(
'config:content:mentions_display_format:help'),
59 'name' =>
'mentions_display_format',
62 'display_name' =>
elgg_echo(
'config:content:mentions_display_format:display_name'),
63 'username' =>
elgg_echo(
'config:content:mentions_display_format:username'),
69 '#label' =>
elgg_echo(
'config:content:trash_enabled:label'),
70 '#help' =>
elgg_echo(
'config:content:trash_enabled:help'),
71 'name' =>
'trash_enabled',
77 '#label' =>
elgg_echo(
'config:content:trash_retention:label'),
78 '#help' =>
elgg_echo(
'config:content:trash_retention:help'),
79 '#class' => [
'elgg-divide-left',
'plm'],
80 'name' =>
'trash_retention',
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
elgg_view_module(string $type, string $title, string $body, array $vars=[])
Wrapper function for the module display pattern.
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.