From e6b299b46ab5de27b7b1c8435d8bf148028aa09b Mon Sep 17 00:00:00 2001 From: jc <jcgachod@afi-sa.fr> Date: Mon, 28 Aug 2017 15:26:04 +0200 Subject: [PATCH] fichierJS --- .../js/widget_templates/widget_templates.json | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/public/opac/js/widget_templates/widget_templates.json b/public/opac/js/widget_templates/widget_templates.json index ac20685a4bc..98b11a6c070 100755 --- a/public/opac/js/widget_templates/widget_templates.json +++ b/public/opac/js/widget_templates/widget_templates.json @@ -266,8 +266,28 @@ "icon": "rss.jpg", "type": "RSS", "configuration": {} - } + }, + { + "title": "Boite Bibliothèque", + "icon": "boite_bibliotheque.jpg", + "type": "LIBRARY", + "configuration": {} + }, + + { + "title": "Boite Menu Vertical", + "icon": "menu_vertical.jpg", + "type": "MENU_VERTICAL", + "configuration": {} + }, + + { + "title": "Boite Langue", + "icon": "langue.jpg", + "type": "LANGUE", + "configuration": {} + } ] } } -- GitLab