This works for me for creating buttons:
${widgets.button("Space Overview", function()
editor.navigate("Library/Core/Page/Space Overview")
end)}
This works for me for creating buttons:
${widgets.button("Space Overview", function()
editor.navigate("Library/Core/Page/Space Overview")
end)}