From 3f50545251010a4a81b1f1d5940e52f9f9080f41 Mon Sep 17 00:00:00 2001 From: Myron Turner Date: Tue, 29 Dec 2020 08:39:51 -0600 Subject: [PATCH] Reverts label markup back to none from bold --- conf/default.php | 2 +- conf/metadata.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/default.php b/conf/default.php index 77d7d40..705af6d 100755 --- a/conf/default.php +++ b/conf/default.php @@ -1,2 +1,2 @@ array('bold','italic','underlined','none')); +$meta['labels'] = array('multichoice','_choices' => array('none','bold','italic','underlined'));