periodicjs.ext.reactadmin
Version:
An authentication extension for periodicjs that uses passport to authenticate user sessions.
53 lines (51 loc) • 1.14 kB
JSON
{
"layout":{
"component":"Hero",
"props":{
"size":"isFullheight"
},
"children":[
{
"component":"HeroBody",
"props":{
},
"children":[
{
"component":"Container",
"props":{
},
"children":[
{
"component":"Content",
"props":{
},
"children":[
{
"component":"h1",
"children":"PAGE NOT FOUND"
},
{
"component":"RawOutput",
"props":{
"select":"locationdata",
"type":"block",
"display":true
},
"windowprops":{
"locationdata":[
"location",
"href"
]
}
}
]
}
]
}
]
}
]
},
"resources":{},
"onFinish":"render"
}