Skip to content

Commit

Permalink
Add show-schemaorg param
Browse files Browse the repository at this point in the history
Co-Authored-By: Charlotte Emms <43961396+cemms1@users.noreply.github.com>
  • Loading branch information
frederickobrien and cemms1 committed Feb 28, 2024
1 parent b4f2009 commit 8e4f9b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ trait ShowParameters[Owner <: Parameters[Owner]] extends Parameters[Owner] { thi
def showSection = BoolParameter("show-section")
def showStats = BoolParameter("show-stats")
def showAliasPaths = BoolParameter("show-alias-paths")
def showSchemaOrg = BoolParameter("show-schemaorg")
}

trait ShowReferencesParameters[Owner <: Parameters[Owner]] extends Parameters[Owner] { this: Owner =>
Expand Down

0 comments on commit 8e4f9b8

Please sign in to comment.