You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simpla-admin is a lightweight, beautiful admin component for the [Simpla](https://www.simpla.io) content system. It provides everything you need to manage a Simpla app (login prompts, edit mode management, save controls, notifications, keyboard shortcuts) while remaining unobtrusive and minimal.
4
+
Simpla-admin is a lightweight, beautiful admin component for the [Simpla][simpla] content system. It provides everything you need to manage a Simpla app (login prompts, edit mode management, save controls, notifications, keyboard shortcuts) while remaining unobtrusive and minimal.
5
+
6
+
### Contents
7
+
8
+
-[Installation and setup](#installation-and-setup)
@@ -11,7 +27,7 @@ Install simpla-admin with Bower (Yarn support coming soon)
11
27
$ bower i simpla-admin --save
12
28
```
13
29
14
-
[Setup Simpla](https://www.simpla.io/docs/guides/get-started) on your page, then import simpla-admin into your `<head>`. It will automatically attach and load itself as a singleton when Simpla enters edit mode.
30
+
[Setup Simpla][simpla-setup] on your page, then import simpla-admin into your `<head>`. It will automatically attach and load itself as a singleton when Simpla enters edit mode.
`hashTracking` | Boolean | `true` | Whether to bind edit mode to `#edit` in the URL
95
-
`loginPrompt` | Boolean | `true` | Whether to visually prompt for login if the user is not authenticated
96
-
`hotkeys` | Boolean | `true` | Whether to enable keyboard shortcuts for common actions
97
-
`protectEditing` | Boolean | `true` | Whether to enable accidental click protection while editing
98
-
99
-
Set properties on `window.SimplaAdmin` directly
100
-
101
-
```js
102
-
window.SimplaAdmin=window.SimplaAdmin|| {};
103
-
SimplaAdmin.hashTracking=false;
104
-
```
105
101
106
102
## Contributing
107
103
108
-
If you find any issues with simpla-admin please report them! If you'd like to see a new feature in supported file an issue or let us know in Simpla's public [Slack group](https://slack.simpla.io). We also happily accept PRs.
104
+
If you find any issues with simpla-admin please report them! If you'd like to see a new feature supported file an issue or let us know in Simpla's public [Slack group][slack-url]. We also happily accept PRs.
0 commit comments