Skip to content

Instantly share code, notes, and snippets.

@hanneshal
Created March 11, 2015 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanneshal/b11df11bdf229b508444 to your computer and use it in GitHub Desktop.
Save hanneshal/b11df11bdf229b508444 to your computer and use it in GitHub Desktop.
Config
<?xml version="1.0" encoding="utf-8" ?>
<otrs_config version="1.0" init="Framework">
<ConfigItem Name="Frontend::Output::FilterElementPost###OutputFilterTest" Required="0" Valid="1">
<Description Translatable="1">This configuration registers an OutputFilter module that.</Description>
<Group>Framework</Group>
<SubGroup>Core::Web</SubGroup>
<Setting>
<Hash>
<Item Key="Module">Kernel::Output::HTML::OutputFilterTest</Item>
<Item Key="Templates">
<Hash>
<Item Key="AgentTicketZoom">1</Item>
<Item Key="AgentTicketNote">1</Item>
<Item Key="AgentTicketPhone">1</Item>
<Item Key="AgentTicketEmail">1</Item>
<Item Key="AgentTicketCompose">1</Item>
</Hash>
</Item>
</Hash>
</Setting>
</ConfigItem>
</otrs_config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment