Config JS

Let's talk about what does what on the Config file.

DefaultLang

Type: (string)

Details: This variable displays the default selected language value.

UseCDN

Type: (boolean)

Details: You can determine whether to use a CDN service for images, gifs, and videos.

CDNProvider

Type: (string)

Details: If you are going to use your own CDN service, you can change this value.

DefaultSettings

Type: (table)

Details: This section allows you to set the default phone settings by default.

SiriSettings

Type: (table)

Details: This section allows you to configure your Siri settings. Detailed information is available in the file.

Advanced911System

Type: (table)

Details: This section allows you to configure your 911 settings. Detailed information is available in the file.

FullSizeImageViewerFit

Type: (boolean)

Details: The section where you can adjust whether the image viewer appears in full screen or in phone size.

MailEnableSuffix

Type: (boolean)

Details: Setting whether to use a suffix when creating an email address.

MailSuffix

Type: (string)

Details: If you are using a suffix, what should it be?

BluePages

Type: (table)

Details: This section allows you to configure the settings of the Bluepages application. Details are available in the file.

SystemMessages

Type: (table)

Details: This section is where you define system messages. If you do not want to respond to messages from specific numbers, use this section.

X_Settings

Type: (table)

Details: This section allows you to configure the settings of the Kiwitter application. Details are available in the file.

MainApps

Type: (table)

Details: This section is where you can add or remove applications. Details are available in the file.

DefaultApps

Type: (table)

Details: This section allows you to specify the applications that come pre-installed by default on the phone.

Adding a custom application.

Define the new application inside the MainApps array, for example.

You can add it by making edits on the draft.

If you want to add a default pre-installed application, use the following draft.

If you don't fill in the 'open' variable, the application will be downloaded but not opened.

If you set the 'version' variable to 0, the application will not be downloaded.

Last updated