diff mgallery.inc.php @ 347:7da360685721

Implement show_keywords setting.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Sep 2023 13:04:41 +0300
parents 4425fe467c81
children
line wrap: on
line diff
--- a/mgallery.inc.php	Sun Aug 27 05:35:23 2023 +0300
+++ b/mgallery.inc.php	Wed Sep 06 13:04:41 2023 +0300
@@ -85,6 +85,7 @@
 
   "cover_images"     => [MG_BOOL, TRUE],
   "album_icon"       => [MG_STR, NULL],
+  "show_keywords"    => [MG_CALLABLE, FALSE, "mgParseShowKeywords"],
 
   "title_prefix"     => [MG_STR, ""],
   "title_sep"        => [MG_STR, " - "],