Skip to content

Commit

Permalink
add a constant for the active-page parent parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Oct 23, 2024
1 parent 3934d73 commit 7311a03
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class PageCollectionPage : Page, HasPages {
private const val XML_IMPORT = "import"
private const val XML_IMPORT_FILENAME = "filename"

const val PARENT_PARAM_ACTIVE_PAGE = "active-page"

internal suspend fun parse(
container: HasPages,
fileName: String?,
Expand Down

0 comments on commit 7311a03

Please sign in to comment.