Add a readonly mode for demo/public-facing sites

This commit is contained in:
Rowan Manning
2013-11-15 16:19:12 +00:00
parent 55d44685e9
commit 98bd9ed208
6 changed files with 38 additions and 14 deletions

View File

@@ -51,6 +51,9 @@ The boot configurations for pa11y-dashboard are as follows. Look at the sample J
### noindex
*(boolean)* If set to `true` (default), the dashboard will not be indexed by search engines. Set to `false` to allow indexing.
### readonly
*(boolean)* If set to `true`, users will not be able to add, delete or run URLs (defaults to `false`).
Development
-----------