Sign in
apache
/
hop-website
/
HEAD
/
.
/
antora-ui-hop
/
src
/
helpers
/
editPageUrl.js
blob: 49e45bf42dabb18a8e0f6d6baeedeee04e2fa906 [
file
] [
log
] [
blame
]
'use strict'
module
.
exports
=
(
page
)
=>
{
if
(
page
.
attributes
!==
undefined
&&
page
.
attributes
.
alternativeediturl
!==
undefined
)
{
return
page
.
attributes
.
alternativeediturl
}
return
null
}