Skip to content

Commit

Permalink
Merge pull request #24 from Islandora/23-overlay-default-visibility
Browse files Browse the repository at this point in the history
Issue #23: Change default visibility of Text OVerlay text to false.
  • Loading branch information
rosiel authored Jun 13, 2023
2 parents b390e38 + a38f856 commit 9962f90
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 9962f90

Please sign in to comment.