diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index 0fd10e2..0e8f6e0 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -27,5 +27,6 @@ permissions: - 'use text format 1' - 'use text format 3' - 'view disqus comments' + - 'view empty pages' - 'view files' - 'view post access counter' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index 87a9c3f..e2b9f8b 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -33,6 +33,7 @@ permissions: - 'use text format 1' - 'use text format 3' - 'view disqus comments' + - 'view empty pages' - 'view files' - 'view own unpublished content' - 'view post access counter'