From b03efe0fce6564f3c7ae9f7594c344bffa2d6ab3 Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Fri, 22 Sep 2017 16:36:58 +0200 Subject: [PATCH] add feature file for pinterest mode --- FEATURES/39361 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 FEATURES/39361 diff --git a/FEATURES/39361 b/FEATURES/39361 new file mode 100644 index 00000000000..7b811bfc4ef --- /dev/null +++ b/FEATURES/39361 @@ -0,0 +1,10 @@ + '39361' => + ['Label' => $this->_('Affichage des articles en mode mur'), + 'Desc' => $this->_('Bokeh peut afficher les articles sous forme de mur'), + 'Image' => '', + 'Video' => '', + 'Category' => '', + 'Right' => function($feature_description, $user) {return true;}, + 'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php?title=Liste_d%27articles_en_mode_mur', + 'Test' => '', + 'Date' => '2017-09-22'], \ No newline at end of file -- GitLab