芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/modules/Contacts/Settings.php
aContainer = [ "Disabled" => new SettingsProperty( false, "bool", null, "Setting to true disables the module", ), "ContactsPerPage" => new SettingsProperty( 20, "int", null, "Number of contacts displayer ped page", ), "ImportContactsLink" => new SettingsProperty( "", "string", null, "URL of documentation page that explains structure of CSV files used", ), "AllowAddressBooksManagement" => new SettingsProperty( false, "bool", null, "Setting to true enables managing multiple address books", ), "AllowEditTeamContactsByTenantAdmins" => new SettingsProperty( false, "bool", null, "Setting to true allows tenant admin to edit Team address book entries", ), "ContactsSortBy" => new SettingsProperty( [ "Allow" => false, "DisplayOptions" => [ "Name", "Email", ], "DefaultSortBy" => "Name", "DefaultSortOrder" => "Asc", ], "array", null, "Defines a set of rules for sorting contacts. Name|Email|Frequency|FirstName|LastName. DefaultSortOrder - Asc|Desc", ), ]; } }