Files
scripts/Perl OTRS/Kernel/Config/Files/XML/CloudServices.xml
2024-10-14 00:08:40 +02:00

102 lines
5.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<otrs_config version="2.0" init="Application">
<Setting Name="CloudServices::Disabled" Required="0" Valid="0" ConfigLevel="200">
<Description Translatable="1">Defines if the communication between this system and OTRS Group servers that provide cloud services is possible. If set to 'Disable cloud services', some functionality will be lost such as system registration, support data sending, upgrading to and use of OTRS Business Solution™, OTRS Verify™, OTRS News and product News dashboard widgets, among others.</Description>
<Navigation>CloudService</Navigation>
<Value>
<Item ValueType="Select" SelectedID="0">
<Item ValueType="Option" Value="0" Translatable="1">Enable cloud services</Item>
<Item ValueType="Option" Value="1" Translatable="1">Disable cloud services</Item>
</Item>
</Value>
</Setting>
<Setting Name="Frontend::NotifyModule###1000-CloudServicesDisabled" Required="1" Valid="1">
<Description Translatable="1">Defines the module to display a notification if cloud services are disabled.</Description>
<Navigation>Frontend::Agent::FrontendNotification</Navigation>
<Value>
<Hash>
<Item Key="Module">Kernel::Output::HTML::Notification::AgentCloudServicesDisabled</Item>
<Item Key="Group">admin</Item>
</Hash>
</Value>
</Setting>
<!-- Register Cloud Services -->
<!-- Suppport data -->
<Setting Name="CloudService::Admin::Module###100-SupportDataCollector" Required="0" Valid="1">
<Description Translatable="1">Cloud service admin module registration for the transport layer.</Description>
<Navigation>CloudService::Admin::ModuleRegistration</Navigation>
<Value>
<Hash>
<Item Key="Name" Translatable="1">Support data collector</Item>
<Item Key="Description" Translatable="1">Configure sending of support data to OTRS Group for improved support.</Item>
<Item Key="ConfigDialog">AdminCloudServiceSupportDataCollector</Item>
<Item Key="Icon">fa fa-compass</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Frontend::Module###AdminCloudServiceSupportDataCollector" Required="0" Valid="1">
<Description Translatable="1">Frontend module registration for the agent interface.</Description>
<Navigation>Frontend::Admin::ModuleRegistration</Navigation>
<Value>
<Item ValueType="FrontendRegistration">
<Hash>
<Item Key="GroupRo">
<Array>
</Array>
</Item>
<Item Key="Group">
<Array>
<Item>admin</Item>
</Array>
</Item>
<Item Key="Description">Admin</Item>
<Item Key="Title" Translatable="1">Support data collector</Item>
<Item Key="NavBarName"></Item>
</Hash>
</Item>
</Value>
</Setting>
<Setting Name="Loader::Module::AdminCloudServiceSupportDataCollector###002-CloudServices" Required="0" Valid="1">
<Description Translatable="1">Loader module registration for the agent interface.</Description>
<Navigation>Frontend::Admin::ModuleRegistration::Loader</Navigation>
<Value>
<Hash>
<Item Key="CSS">
<Array>
<Item>Core.Agent.Admin.CloudService.SupportDataCollector.css</Item>
</Array>
</Item>
</Hash>
</Value>
</Setting>
<Setting Name="Frontend::Navigation###AdminCloudServiceSupportDataCollector###002-CloudServices" Required="0" Valid="0">
<Description Translatable="1">Main menu item registration.</Description>
<Navigation>Frontend::Admin::ModuleRegistration::MainMenu</Navigation>
<Value>
<Array>
<DefaultItem ValueType="FrontendNavigation">
<Hash>
</Hash>
</DefaultItem>
</Array>
</Value>
</Setting>
<!-- SMS -->
<Setting Name="CloudService::Admin::Module###200-SMS" Required="0" Valid="1">
<Description Translatable="1">Cloud service admin module registration for the transport layer.</Description>
<Navigation>CloudService::Admin::ModuleRegistration</Navigation>
<Value>
<Hash>
<Item Key="Name" Translatable="1">SMS</Item>
<Item Key="Description" Translatable="1">This will allow the system to send text messages via SMS.</Item>
<Item Key="ConfigDialog">AdminCloudServiceSMS</Item>
<Item Key="IsOTRSBusiness">1</Item>
<Item Key="Icon">fa fa-mobile</Item>
</Hash>
</Value>
</Setting>
<!-- Register Cloud Services -->
</otrs_config>