Skip to content

Commit

Permalink
Update config for protected folders (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrossl authored Apr 5, 2022
1 parent 7e407b7 commit 38c003a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/studio/site-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@
Prevent deleting, renaming or cutting root folders of sidebar
-->
<protected-folders-patterns>
<pattern>^/([^ !$`&amp;*()/+]|(\\[ !$`&amp;*()+]))+$</pattern>
<pattern>/site/streams</pattern>
<pattern>/site/videos</pattern>
<pattern>/site/origins</pattern>
</protected-folders-patterns>
</site-config>
2 changes: 1 addition & 1 deletion craftercms-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugin:
version:
major: 2
minor: 0
patch: 21
patch: 22
description: |
Video Center webapp built with React atop CrafterCMS that is backed by YouTube, AWS Media Service, or Box.
website:
Expand Down

0 comments on commit 38c003a

Please sign in to comment.