@@ -134,6 +134,8 @@ const LOCATION_INJECTION_ZONES = [
|
||||
"location.details.side.after",
|
||||
"location.list.before",
|
||||
"location.list.after",
|
||||
"location.list.side.before",
|
||||
"location.list.side.after",
|
||||
] as const
|
||||
|
||||
const LOGIN_INJECTION_ZONES = ["login.before", "login.after"] as const
|
||||
|
||||
@@ -38,10 +38,10 @@ export function LocationList() {
|
||||
return (
|
||||
<TwoColumnPage
|
||||
widgets={{
|
||||
after: getWidgets("location.details.after"),
|
||||
before: getWidgets("location.details.before"),
|
||||
sideAfter: getWidgets("location.details.side.after"),
|
||||
sideBefore: getWidgets("location.details.side.before"),
|
||||
after: getWidgets("location.list.after"),
|
||||
before: getWidgets("location.list.before"),
|
||||
sideAfter: getWidgets("location.list.side.after"),
|
||||
sideBefore: getWidgets("location.list.side.before"),
|
||||
}}
|
||||
showJSON
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user