Skip to content

Commit

Permalink
Merge pull request #26 from yacchin1205/fix/edit_only
Browse files Browse the repository at this point in the history
Set editOnly to true to prohibit new Pad creation via `/p/xxxx` URL.
  • Loading branch information
yacchin1205 authored Jul 24, 2024
2 parents 524e1ac + 2f2d821 commit aa46b37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,10 @@
*
* Pad creation is only via the API.
* This applies both to group pads and regular pads.
*
* ep_weave does not allow new Pad creation by `/p/xxxx` URL.
*/
"editOnly": "${EDIT_ONLY:false}",
"editOnly": "true",

/*
* If true, all css & js will be minified before sending to the client.
Expand Down

0 comments on commit aa46b37

Please sign in to comment.