Application groups

When saving data of an application group its settings will be saved in public_html/config/apps/<hash>.php.

<?php
// generated by /var/www/health/public_html/classes/appgroup.class.php
// on 2026-02-02 16:46:59

return array (
  'meta' => 
  array (
    'label' => '<string>',
    'description' => '<string>',
    'tags' => 
    array (
      0 => '<tag1>',
      1 => '<tag2>',
    ),
    'visible' => '1',
    'admin' => '',
    'manager' => '',
  ),
  'message' => 
  array (
    'type' => 'none',
    'title' => '',
    'text' => '',
  ),
  'lastchange' => 1770047219,
);

“meta” configuration data

Syntax:

Key Type Description
label string navigation label
description string short text
tags array List of tags to apply
visible bool Flag: show this application group on public view?
admin array List of user ids with admin permissions
manager array List of user ids with manager permissions