|
| 1 | +<?xml version="1.0" encoding="utf-8" ?> |
| 2 | +<otrs_config version="2.0" init="Application"> |
| 3 | + <Setting Name="Frontend::Output::FilterElementPost###OutputJavascriptServiceID" Required="0" Valid="1"> |
| 4 | + <Description Translatable="1">Multi Level Service ID.</Description> |
| 5 | + <Navigation>Frontend::Base::OutputFilter</Navigation> |
| 6 | + <Value> |
| 7 | + <Hash> |
| 8 | + <Item Key="Module">Kernel::Output::HTML::MultilevelServiceSelection::OutputJavascriptServiceID</Item> |
| 9 | + <Item Key="Templates"> |
| 10 | + <Hash> |
| 11 | + <Item Key="CustomerTicketMessage">1</Item> |
| 12 | + <Item Key="AgentTicketEmail">1</Item> |
| 13 | + <Item Key="AgentTicketPhone">1</Item> |
| 14 | + <Item Key="AgentTicketFreeText">1</Item> |
| 15 | + <Item Key="AgentTicketNote">1</Item> |
| 16 | + </Hash> |
| 17 | + </Item> |
| 18 | + </Hash> |
| 19 | + </Value> |
| 20 | + </Setting> |
| 21 | + <Setting Name="Complemento::MultilevelServiceSelect::SetField" Required="1" Valid="1"> |
| 22 | + <Description Translatable="1">DOM ID of item which you want to set with the selected service, ex: #Subject. Leave it blank if you want.</Description> |
| 23 | + <Navigation>SetField</Navigation> |
| 24 | + <Value> |
| 25 | + <Item ValueType="String"></Item> |
| 26 | + </Value> |
| 27 | + </Setting> |
| 28 | + <Setting Name="Complemento::MultilevelServiceSelect::SearchBoxInAgent" Required="1" Valid="1"> |
| 29 | + <Description Translatable="1">Shows search box on Agent Interface.</Description> |
| 30 | + <Navigation>SearchBox</Navigation> |
| 31 | + <Value> |
| 32 | + <Item ValueType="Checkbox">1</Item> |
| 33 | + </Value> |
| 34 | + </Setting> |
| 35 | + <Setting Name="Complemento::MultilevelServiceSelect::SearchBoxInCustomer" Required="1" Valid="1"> |
| 36 | + <Description Translatable="1">Shows search box on Agent Interface.</Description> |
| 37 | + <Navigation>SearchBox</Navigation> |
| 38 | + <Value> |
| 39 | + <Item ValueType="Checkbox">1</Item> |
| 40 | + </Value> |
| 41 | + </Setting> |
| 42 | + |
| 43 | +</otrs_config> |
0 commit comments