Skip to content

Commit

Permalink
Issue #23: Chagne default visibility of Text OVerlay text to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxp committed Jun 11, 2023
1 parent b390e38 commit a38f856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/IslandoraMiradorPlugin/TextOverlay.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function windowConfigAlter(array &$windowConfig) {
$windowConfig['textOverlay'] = [
"enabled" => true,
"selectable" => true,
"visible" => true,
"visible" => false,
];
}

Expand Down

0 comments on commit a38f856

Please sign in to comment.