Skip to content

Commit

Permalink
Reverts label markup back to none from bold
Browse files Browse the repository at this point in the history
  • Loading branch information
turnermm committed Dec 29, 2020
1 parent de79981 commit 3f50545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/default.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
$conf['labels'] = 'bold';
$conf['labels'] = 'none';
2 changes: 1 addition & 1 deletion conf/metadata.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
$meta['labels'] = array('multichoice','_choices' => array('bold','italic','underlined','none'));
$meta['labels'] = array('multichoice','_choices' => array('none','bold','italic','underlined'));

0 comments on commit 3f50545

Please sign in to comment.