EditThisPage.js
Add an "Edit This Page" button that only you can see, which when clicked takes you to that page in the Softr studio.
Last updated
<script src="https://scissors.appspan.net/EditThisPage/EditThisPage.js"><script>
const EditThisPage = {
superUserEmail: "admin@example.com", // replace this with your superuser email address
buttonTitle: "Edit this page", // default button title, replace with your preference
buttonStyle: "position: fixed; z-index: 9999999; left: 20px; bottom: 60px" // default button style
};
</script>