From cd3beb94495423e943361f797815e20e4238e492 Mon Sep 17 00:00:00 2001
From: Lubomir Bucek <lubomir.bucek@eox.at>
Date: Fri, 28 Aug 2020 13:48:12 +0200
Subject: [PATCH] update client bundle allowing to overwrite filter name

---
 client/html/prism.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/html/prism.js b/client/html/prism.js
index 05647060..39cde35a 100644
--- a/client/html/prism.js
+++ b/client/html/prism.js
@@ -141204,7 +141204,7 @@ return /******/ (function(modules) { // webpackBootstrap
 	  var options = setting.options || param.options;
 	  return {
 	    type: param.type,
-	    name: param.name,
+	    name: setting.name || param.name,
 	    title: param.title || setting.title,
 	    mandatory: setting.mandatory || param.mandatory,
 	    options: options,
-- 
GitLab