Skip to content

Commit

Permalink
add secondary level to tags map
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Nov 18, 2024
1 parent 363e637 commit 909815c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ case object SpecialReportAltPalette extends Metadata
object Metadata extends StrictLogging {

val tags: Map[String, Metadata] = Map(
"SecondaryLevel" -> SecondaryLevel,
"Canonical" -> Canonical,
"Special" -> Special,
"Breaking" -> Breaking,
Expand Down

0 comments on commit 909815c

Please sign in to comment.