Skip to main content

General

The general settings tab is the first page loaded when you navigate to the settings menu. Here, you will find several subsections that allow you to configure the basic aspects of your site.

Accessing General settings

Navigate to General module settings:

  1. Open the Site Settings by clicking on the three-dot menu in the top right corner.
  2. Navigate to the "Modules" tab from the settings menu.
  3. Choose the module you wish to configure.
  4. Click on the Edit icon to access the module settings.

Module info

Information about the module.

PropertyTypeDefault ValueOptionsDescription
namestringN/AN/AModule name used to identify the module.
descriptionstringN/AN/ADescription of the module.

Appearance

Configure the appearance of the module.

PropertyTypeDefault ValueOptionsDescription
colorstringN/AN/AColor used to identify the module.
iconimageN/AN/AIcon that will be used to represent the module.
Parent relationshipModule RelationN/AN/AThe relation to be considered the parent of this module (if any).
Title columnCustomfieldN/AN/AThe column to be used as the title of the module.
Subtitle columnsCustomfieldsN/AN/AThe columns to be used as the subtitles of the module.

Permissions

Configure the permissions of the module.

PropertyTypeDefault ValueOptionsDescription
Allow create buttonboolfalsetrue or falseShow or hide the create button.
Allow edit buttonboolfalsetrue or falseShow or hide the edit button.
Allow searchboolfalsetrue or falseAre items in this module allowed to be shown in search results.
Hide in menuboolfalsetrue or falseHide the module in the menu.
Audit historyboolfalsetrue or falseShould changes to items in this module be logged.
Audit history retention in daysint3030-360 daysHow many days should the audit history be kept.

JSON Configuration

PropertyTypeDefault ValueOptionsDescription
actionalButtonsarraynullN/AShow actional buttons on the module. See how to show actional buttons.
featureFlagsarraynullN/AEnable or disable features for the module. See list below of possible features
permissionFieldsarraynullN/ADefine which fields are required for the user to have access to the module.

Feature Flags

Feature flags are used to enable or disable features that are not yet fully implemented or tested. The following feature flags are available:

  • subtitlesFactBox - Show subtitles in the fact box.

Permission Fields

Permission fields are used to define which fields are required for the user to have access to the module. If the user does not have access to the required fields, the module will not be visible to the user.

note

Not documented yet