diff --git a/_output/template_modifications/admin/tckDeveloperTools_template_modification_list_c.json b/_output/template_modifications/admin/tckDeveloperTools_template_modification_list_c.json new file mode 100644 index 0000000..0bb701a --- /dev/null +++ b/_output/template_modifications/admin/tckDeveloperTools_template_modification_list_c.json @@ -0,0 +1,9 @@ +{ + "template": "template_modification_list", + "description": "Show modification key", + "execution_order": 6119, + "enabled": true, + "action": "preg_replace", + "find": "#hint=\"(\\{\\$modification.description\\})\"#", + "replace": "hint=\"{{ $xf.development ? $modification.modification_key . '
' . $1 : $1 }}\"" +} \ No newline at end of file