Skip to content

Commit

Permalink
Add "blank" metadata to permit open url in a new page
Browse files Browse the repository at this point in the history
  • Loading branch information
euskalhenriko committed Jan 23, 2024
1 parent 893a3e8 commit 47f8d26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ public Library(String name, Class<?> cls) {
layoutMetadata.add("active");
layoutMetadata.add("timeout");
layoutMetadata.add("opened");
layoutMetadata.add("blank");

isoLanguages = new HashSet<>();
for (String isoLanguage : Locale.getISOLanguages()) {
Expand Down

0 comments on commit 47f8d26

Please sign in to comment.